Skip to Content

colmap v3.11.1

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 | arm64)

  • linux
  • osx
  • windows-dynamic
  • uwp
  • windows-static

# Features

Default feature: gui

# cgal

Build with CGAL.

Dependencies:
and 101 transitive dependencies:
Host Dependencies:
4 transitive dependencies:

# cuda

Build with CUDA.

Dependencies:
and 3 transitive dependencies:
Host Dependencies:
2 transitive dependencies:

# cuda-redist

Redistributable CUDA support for common supported compute architectures.

Dependencies:

No transitive dependencies.

Host Dependencies:

No dependencies.

# gui default

# tests

Build all tests.

Dependencies:

No transitive dependencies.

Host Dependencies:
2 transitive dependencies:

# Dependencies

and 91 transitive dependencies:

# Host Dependencies

and 3 transitive 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
  • Lily Wang's avatar Lily Wang

# Changelog

# Source