Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Colmap | 5,277 | 3 days ago | 605 | other | C++ | |||||
COLMAP - Structure-from-Motion and Multi-View Stereo | ||||||||||
Openmvg | 4,899 | a day ago | 210 | mpl-2.0 | C++ | |||||
open Multiple View Geometry library. Basis for 3D computer vision and Structure from Motion. | ||||||||||
Theiasfm | 698 | 2 years ago | 37 | other | C++ | |||||
An open source library for multiview geometry and structure from motion | ||||||||||
Appa | 6 | 5 years ago | 17 | C++ | ||||||
GUI for TheiaSfM multiview geometry and structure from motion library. |
License | Documentation | Continuous Integration (Linux/MacOs/Windows) | Build | Code Quality | Chat |
---|---|---|---|---|---|
Wiki |
![]() |
local/docker build tutorial |
|
Our Mission
Our Vision
Our Credo
Our codebase and pipeline
OpenMVG provides an end-to-end 3D reconstruction from images framework compounded of libraries, binaries, and pipelines.
OpenMVG is developed in C++ and runs on Android, iOS, Linux, macOS, and Windows.
Tutorials
More information
See Authors text file
openmvg-team[AT]googlegroups.com
We are recommending citing OpenMVG
if you are using the whole library or the adequate paper if you use only a submodule AContrario Ransac [3], AContrario SfM [1], GlobalSfM [4] or Tracks [2]
:
@inproceedings{moulon2016openmvg,
title={Open{MVG}: Open multiple view geometry},
author={Moulon, Pierre and Monasse, Pascal and Perrot, Romuald and Marlet, Renaud},
booktitle={International Workshop on Reproducible Research in Pattern Recognition},
pages={60--74},
year={2016},
organization={Springer}
}
[1] Moulon Pierre, Monasse Pascal and Marlet Renaud. ACCV 2012. Adaptive Structure from Motion with a contrario model estimation.
@inproceedings{Moulon2012,
doi = {10.1007/978-3-642-37447-0_20},
year = {2012},
publisher = {Springer Berlin Heidelberg},
pages = {257--270},
author = {Pierre Moulon and Pascal Monasse and Renaud Marlet},
title = {Adaptive Structure from Motion with a~Contrario Model Estimation},
booktitle = {Proceedings of the Asian Computer Vision Conference (ACCV 2012)}
}
[2] Moulon Pierre and Monasse Pascal. CVMP 2012. Unordered feature tracking made fast and easy.
@inproceedings{moulon2012unordered,
title={Unordered feature tracking made fast and easy},
author={Moulon, Pierre and Monasse, Pascal},
booktitle={CVMP 2012},
pages={1},
year={2012}
}
[3] Moisan Lionel, Moulon Pierre and Monasse Pascal. IPOL 2012. Automatic Homographic Registration of a Pair of Images, with A Contrario Elimination of Outliers.
@article{moisan2012automatic,
title={Automatic homographic registration of a pair of images, with a contrario elimination of outliers},
author={Moisan, Lionel and Moulon, Pierre and Monasse, Pascal},
journal={Image Processing On Line},
volume={2},
pages={56--73},
year={2012}
}
[4] Moulon Pierre, Monasse Pascal, and Marlet Renaud. ICCV 2013. Global Fusion of Relative Motions for Robust, Accurate and Scalable Structure from Motion.
@inproceedings{moulon2013global,
title={Global fusion of relative motions for robust, accurate and scalable structure from motion},
author={Moulon, Pierre and Monasse, Pascal and Marlet, Renaud},
booktitle={Proceedings of the IEEE International Conference on Computer Vision},
pages={3248--3255},
year={2013}
}
openMVG authors would like to thanks libmv authors for providing an inspiring base to design openMVG. Authors also would like to thanks Mikros Image and LIGM-Imagine laboratory for support and authorization to make this library an opensource project.