A C++ application using wxWidgets and OpenSceneGraph to visualize and edit COLMAP sparse point clouds and camera data.
- Import COLMAP
points3D.txt,cameras.txt, andimages.txt - 3D visualization of points and cameras
- Selection tools: double-click, rectangle, polygon
- Delete selected points
- Export to COLMAP format
- wxWidgets
- OpenSceneGraph
- Build the project with your preferred C++ compiler.
- Run the executable and use the GUI to load, edit, and export COLMAP data.