代码拉取完成,页面将自动刷新
Authors : [main author] Yasutaka Furukawa furukawa[AT]cs.washington.edu [main author] Jean Ponce Jean.Ponce[AT]ens.fr [Windows Porting] Pierre moulon pmoulon[AT]gmail.com Special thanks to ASTRE Henri for the PTHREAD 64 bits lib and dll : http://www.visual-experiments.com/ Date : 13 July 2011 -------------------- - Web ressources : - -------------------- [CMVS] http://grail.cs.washington.edu/software/cmvs/ [windows porting] http://francemapping.free.fr/Portfolio/Prog3D/CMVS.html -------------------- -- Compilation -- -------------------- Windows => Use precompiled binary, or compile it with VS2008/2010 (Express or pro, Pro will allow you to enable Opemp in CMVS) => Use CMake GUI in order to generate the Visual Studio project file (in ./program you will find the main CMakeLists.txt). Linux => use makefile in program/main. Or use CMake build system : => Install the following libraries : jpeg boost boost-graph $ mkdir OutputLinux $ cd OutputLinux $ cmake . .. $ make => That's all. Openmp is not activated yet. Add openmp in the cmvs link option and define the _OPENMP cxx flags -------------------- ---- Notes : ---- -------------------- To test it : ./WinX-VS2010/Readme.txt "Usage of the binaries" What have been done on native Yasutaka Furukawa source code : - Create the CMake build system for CMVS/PMVS2 and required library. - Optimize a little bit JPEG image loading. - Update CMVS source code in order to compile. - Add changes from Nghia Ho http://nghiaho.com/ - memoize pow(2,X) - Change GSL simplex to lmfit. - 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
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。