You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Progressive multiview stero is an implementation of an algorihm taking a sparse
3D model (result of structure from motion software) and outputs a dense set of
surface patches. Due to its progressiveness, the output gets more and more accurate
the longer it runs.
Multiview Dense Stereo
Progressive Output
Related Publication
[1] Alex Locher, Michal Perdoch and Luc Van Gool. Progressive prioritized multi-view stereo. CVPR 2016.
[2] Y. Furukawa and J. Ponce, “Accurate, dense, and robust multiview stereopsis,” IEEE Trans. Pattern Anal. Mach. Intell., vol. 32, no. 8, pp. 1362–1376, 2010.
If you use the algortihm in your academic work, please cite:
@article{locher16,
title={Progressive Prioritized Multi-view Stereo},
author={Locher, Alex and Perdoch, Michal and Van Gool, Luc},
journal={CVPR},
year={2016}
}
Build and Install
We use the cmake framework for compilation and installation. The software is currently
only tested in a Linux environment. First make sure that you install the necessary dependencies: