Skip to Content

colmap v2023-10-01

Created
Updated

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.

# Usage

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) 

# License

# Supported Platforms

(linux | (windows & !static) | osx) & (x86 | x64)

  • linux
  • osx
  • windows-x64-dynamic
  • windows-x86-dynamic
  • uwp
  • windows-arm64
  • windows-static

# Features

No default features set.

# cuda

CUDA support for current compute architecture of this machine.

Dependencies:

No transitive dependencies.

Host Dependencies:

No dependencies.

# cuda-redist

Redistributable CUDA support for common supported compute architectures.

Dependencies:

No transitive dependencies.

Host Dependencies:

No dependencies.

# tests

Build all tests.

Dependencies:

No transitive dependencies.

Host Dependencies:
2 transitive dependencies:

# Dependencies

and 138 transitive dependencies:

# Host Dependencies

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • Pablo Speciale's avatar Pablo Speciale
  • nicole mazzuca's avatar nicole mazzuca
  • Jack·Boos·Yu's avatar Jack·Boos·Yu
  • Cheney Wang's avatar Cheney Wang
  • Johannes Schönberger's avatar Johannes Schönberger
  • autoantwort's avatar autoantwort
  • reito's avatar reito
  • Johannes Schönberger's avatar Johannes Schönberger
  • Laurent Rineau's avatar Laurent Rineau
  • Johannes Schönberger's avatar Johannes Schönberger

# Changelog

# Source