colmap.github.io Open in urlscan Pro
2606:50c0:8001::153  Public Scan

Submitted URL: http://colmap.github.io/
Effective URL: https://colmap.github.io/
Submission: On October 25 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

GET search.html

<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
  <input type="text" name="q" placeholder="Search docs" aria-label="Search docs">
  <input type="hidden" name="check_keywords" value="yes">
  <input type="hidden" name="area" value="default">
</form>

Text Content

COLMAP
3.9-dev

 * Installation
 * Tutorial
 * Database Format
 * Camera Models
 * Output Format
 * Datasets
 * Graphical User Interface
 * Command-line Interface
 * Frequently Asked Questions
 * Changelog
 * Contribution
 * License
 * Bibliography

COLMAP
 * 
 * COLMAP
 * View page source

--------------------------------------------------------------------------------


COLMAP

Sparse model of central Rome using 21K photos produced by COLMAP’s SfM
pipeline.

Dense models of several landmarks produced by COLMAP’s MVS pipeline.


ABOUT

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. If you use this project for
your research, please cite:

@inproceedings{schoenberger2016sfm,
    author={Sch\"{o}nberger, Johannes Lutz and Frahm, Jan-Michael},
    title={Structure-from-Motion Revisited},
    booktitle={Conference on Computer Vision and Pattern Recognition (CVPR)},
    year={2016},
}

@inproceedings{schoenberger2016mvs,
    author={Sch\"{o}nberger, Johannes Lutz and Zheng, Enliang and Pollefeys, Marc and Frahm, Jan-Michael},
    title={Pixelwise View Selection for Unstructured Multi-View Stereo},
    booktitle={European Conference on Computer Vision (ECCV)},
    year={2016},
}


If you use the image retrieval / vocabulary tree engine, please also cite:

@inproceedings{schoenberger2016vote,
    author={Sch\"{o}nberger, Johannes Lutz and Price, True and Sattler, Torsten and Frahm, Jan-Michael and Pollefeys, Marc},
    title={A Vote-and-Verify Strategy for Fast Spatial Verification in Image Retrieval},
    booktitle={Asian Conference on Computer Vision (ACCV)},
    year={2016},
}


The latest source code is available at GitHub. COLMAP builds on top of existing
works and when using specific algorithms within COLMAP, please also cite the
original authors, as specified in the source code.


DOWNLOAD

Executables and other resources can be downloaded from https://demuc.de/colmap/.


GETTING STARTED

 1. Download the pre-built binaries or build the library manually from source
    (see Installation).

 2. Download one of the provided datasets (see Datasets) or use your own images.

 3. Use the automatic reconstruction to easily build models with a single click
    (see Quickstart).


SUPPORT

Please, use the Google Group (colmap@googlegroups.com) for questions and the
GitHub issue tracker for bug reports, feature requests/additions, etc.


ACKNOWLEDGMENTS

The library was written by Johannes L. Schönberger. Funding was provided by his
PhD advisors Jan-Michael Frahm and Marc Pollefeys.


Next

--------------------------------------------------------------------------------

© Copyright 2023, Johannes L. Schoenberger.

Built with Sphinx using a theme provided by Read the Docs.