Skip to Content

colmap v3.12.6

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 104 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:
and 3 transitive dependencies:
Host Dependencies:
2 transitive dependencies:

# gui default

Build the GUI.

Dependencies:
and 47 transitive dependencies:
Host Dependencies:
9 transitive dependencies:

# Dependencies

and 97 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
  • Martin Valgur's avatar Martin Valgur
  • Kai Pastor's avatar Kai Pastor
  • jim wang's avatar jim wang
  • Billy O'Neal's avatar Billy O'Neal
  • Christopher Lee's avatar Christopher Lee

# Changelog

  • 36da49e [colmap] Update colmap to v3.12.6 (#48056)
  • 2626652 Patch Tuesday for September 2025 + macOS 15.6.1 (#47326)
  • edfc616 [flann] Update to 2022-10-28 (#44076)
  • 1338837 [colmap,glew] Avoid GLU (#43695)
  • ab42fb3 [SuiteSparse] Update and split into sub-packages (v2) (#41929)
  • aa59239 [colmap] Update to port version 3.11.1 (#42477)
  • cb31deb [colmap] Update to version 3.10 (#40334)
  • ac02bdb [colmap] Update to 3.9.1 (#39244)
  • be6e233 [colmap] Fix feature tests link glog (#39006)
  • 11dd63f [colmap] Update to latest version from 2023-10-01 (#33251)
and 10 more commits:

# Source