Download Latest Version colmap-x64-windows-cuda.zip (258.4 MB)
Email in envelope

Get an email when there's a new version of COLMAP

Home / 3.13.0
Name Modified Size InfoDownloads / Week
Parent folder
colmap-x64-windows-cuda.zip 2025-11-07 258.4 MB
colmap-x64-windows-nocuda.zip 2025-11-07 95.1 MB
3.13.0 source code.tar.gz 2025-11-07 3.6 MB
3.13.0 source code.zip 2025-11-07 4.4 MB
README.md 2025-11-07 19.1 kB
Totals: 5 Items   361.6 MB 50

New Features

  • Improved human-readable consistency checks when configuring a reconstruction with rigs, cameras, frames, and images.
  • Improved multi-GPU feature extraction & matching performance by avoiding global mutex.
  • Improved robustness of pose prior mapper against outlier priors.
  • Improved the performance of reconstruction initialization through parallelization.
  • Added CUDA-enabled pycolmap package for Linux and automatic publishing to PyPI.
  • Make the reconstruction process fully deterministic with a new random_seed parameter.
  • Added support for filtering stationary points in two-view geometry estimation.
  • Added option to perform geometric verification with rig constraints.
  • Added option to skip matching for image pairs within the same frame.
  • Added option to keep specific cameras or rigs constant during the reconstruction.
  • Added option to clean two-view geometries in database_cleaner.
  • Added option to specify timeout for incremental mapper.
  • Added an abstract database interface for easier integration with other database backends.
  • Added experimental support for feature sub-selection for global BA.
  • Added testing tools for synthetic reconstruction noise and image generation.
  • Added official support for Python 3.14.
  • Added support for Qt6 while still fully supporting Qt5.

Bug Fixes

  • Fixed various issues with new rig support.
  • Fixed rare deadlocks in feature matching.
  • Support for UTF-8 database paths in Windows.
  • Fixed bundle adjustment performance regression due to changed Gauge behavior.
  • Removed custom manifold from colmap to avoid issues with pyceres.
  • Fixed rare crash of GUI when clearing the model viewer.
  • Fixed focal length extraction from 35mm equivalent EXIF information.
  • Fixed coordinate bug in ComputeEqualPartsBboxes.

Breaking Changes

  • Dropped official support for Python 3.8.
  • Dropped official support for MacOS x86.
  • Upgraded to pybind11 3.X.
  • Removed deprecated rig bundle adjuster command in favor of rig configurator and default bundle adjuster supporting the same functionality.
  • Allow one-to-many matches in correspondence graph. Previously, only one-to-one matches were added to the correspondence graph and therefore other matches were not used during reconstruction.

Full Change List (sorted temporally)

Source: README.md, updated 2025-11-07