#38 · Primary category: Computer Vision

colmap

computer-vision geometry multi-view-stereo reconstruction structure-from-motion

COLMAP - Structure-from-Motion and Multi-View Stereo

Project last updated:08/29/26

GitHub Stars

12.6K

Forks

2.1K

Contributors

185

License

Other

Why we included this project

COLMAP has been the standard way to turn plain photographs into 3D geometry for years, and much of computer vision that needs camera poses leans on it. Give it a set of overlapping images, ordered or unordered, and it works out where each photo was taken and rebuilds the scene as a sparse point cloud, with an optional dense model on top. The GUI, command-line tool, and pycolmap Python bindings cover everything from a one-off lab reconstruction to an automated pipeline feeding NeRF or Gaussian Splatting training. It is genuinely general-purpose: drone photos, tourist snapshots, and carefully staged capture sets all come out with usable poses and geometry. Good documentation and sample datasets keep the first attempt from turning into a slog.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category