COLMAP: Difference between revisions

855 bytes added ,  20 April 2020
no edit summary
(Created page with " [https://colmap.github.io/ COLMAP Website] ==Install== ===Linux=== * Enable the universe repo in Ubuntu *:<pre> *::sudo add-apt-repository universe *:::sudo apt update</pr...")
 
No edit summary
 
Line 1: Line 1:


COLMAP is a structure-from-motion pipeline which performs reconstruction from an unordered set of images


[https://colmap.github.io/ COLMAP Website]
* [https://colmap.github.io/ COLMAP Website]
 
* [https://github.com/colmap/colmap COLMAP Github]


==Install==
==Install==
Line 11: Line 12:
*:::sudo apt update</pre>
*:::sudo apt update</pre>
* <code>sudo apt install colmap</code>
* <code>sudo apt install colmap</code>
===Windows===
* Download from the Github [https://github.com/colmap/colmap/releases releases page]
==References==
===Bibtex Citations===
<pre>
@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},
}
</pre>