COLMAP is a general-purpose Structure-from-Motion (SfM) and Multi-View Stereo (MVS) pipeline with a graphical and command-line interface. It offers a wide range of features for reconstruction of ordered and unordered image collections. The software is licensed under the new BSD license.
For example, under Windows, execute COLMAP as:
<VCPKG-ROOT>\packages\colmap_<TRIPLET>\tools\colmap\colmap.exe gui
<VCPKG-ROOT>\packages\colmap_<TRIPLET>\tools\colmap\colmap.exe mapper
<VCPKG-ROOT>\packages\colmap_<TRIPLET>\tools\colmap\colmap.exe ...
The package colmap provides CMake integration:
find_package(COLMAP REQUIRED)
target_link_libraries(main colmap::colmap)
v3.11.1#0
(linux | (windows & !static) | osx) & (x86 | x64 | arm64)
BSD-3-Clause
Manifest