Skip to content

3000huyang/colmap

 
 

Repository files navigation

COLMAP

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 GNU General Public 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={IEEE 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 https://github.com/colmap/colmap. 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 from https://demuc.de/colmap/ or build the library manually as described in the documentation.
  2. Download one of the provided datasets at https://demuc.de/colmap/datasets/ or use your own images.
  3. Use the automatic reconstruction to easily build models with a single click or command.
  4. Watch the short introductory video at https://www.youtube.com/watch?v=P-EC0DzeVEU or read the tutorial in the documentation at https://colmap.github.io/ for more details.

Documentation

The documentation is available at https://colmap.github.io/.

Support

Please, use the COLMAP Google Group at https://groups.google.com/forum/#!forum/colmap (colmap@googlegroups.com) for questions and the GitHub issue tracker at https://github.com/colmap/colmap for bug reports, feature requests/additions, etc.

Acknowledgments

The library was written by Johannes L. Schönberger (https://demuc.de/). Funding was provided by his PhD advisors Jan-Michael Frahm (http://frahm.web.unc.edu/) and Marc Pollefeys (https://www.inf.ethz.ch/personal/marc.pollefeys/).

Contribution

Contributions (bug reports, bug fixes, improvements, etc.) are very welcome and should be submitted in the form of new issues and/or pull requests on GitHub.

License

The software is licensed under the GNU General Public License v3 or later. If you are interested in licensing the software for commercial purposes, without disclosing your modifications, please contact the authors.

COLMAP - Structure-from-Motion and Multi-View Stereo.
Copyright (C) 2017  Johannes L. Schoenberger <jsch at inf.ethz.ch>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

About

COLMAP - Structure-from-Motion and Multi-View Stereo

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 60.4%
  • C++ 32.0%
  • Objective-C 4.4%
  • Cuda 2.1%
  • Python 0.6%
  • CMake 0.4%
  • Other 0.1%