forked from pmoulon/CMVS-PMVS
-
Notifications
You must be signed in to change notification settings - Fork 0
This software (CMVS) takes the output of a structure-from-motion (SfM) software as input, then decomposes the input images into a set of image clusters of managable size. An MVS software can be used to process each cluster independently and in parallel, where the union of reconstructions from all the clusters should not miss any details that can…
MAX4ARCH/CMVS-PMVS
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a modified version of CMVS/PMVS. Main modification: - cross platform compilation Linux, Windows => CMake build system generator. - added bug fix from Nghia Ho. - make PLY, PSET, PATCH export faster and optional. - Replaced GSL simplex/lmfit with nlopt optimizer - Replaced image loading routines with CImg. Now PPMs are supported properly, with optional support for PNG and TIFF - Replaced BLAS/LAPACK with Eigen - Updated internal jpeg library and miniBoost - CMake-system now supports system boost, jpeg and other libraries if available. - Replaced pthread with tinycthread to get rid of pthread.dll on Windows Authors : [Original code author] Yasutaka Furukawa http://www.cs.washington.edu/homes/furukawa/ [Initial Cmake multiplatform port ] Pierre moulon pmoulon[AT]gmail.com -------------------- - Web ressources : - -------------------- [CMVS/PMVS] http://http://grail.cs.washington.edu/software/cmvs/ [CMake version] http://opensourcephotogrammetry.blogspot.com/ https://github.com/pmoulon/CMVS-PMVS
About
This software (CMVS) takes the output of a structure-from-motion (SfM) software as input, then decomposes the input images into a set of image clusters of managable size. An MVS software can be used to process each cluster independently and in parallel, where the union of reconstructions from all the clusters should not miss any details that can…
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 83.2%
- C 13.0%
- Makefile 1.6%
- Shell 1.2%
- CMake 0.5%
- MATLAB 0.2%
- Other 0.3%