CMVS-PMVS

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 be otherwise obtained from the whole image set. CMVS should be used in conjunction with an SfM software Bundler and an MVS software PMVS2 (PMVS version 2).

  • 所有者: pmoulon/CMVS-PMVS
  • 平台:
  • 許可證:
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Build Status

Authors :

  • [main author] Yasutaka Furukawa, Jean Ponce
  • [Windows Porting] Pierre moulon

Special thanks to ASTRE Henri for the PTHREAD 64 bits lib and dll : http://www.visual-experiments.com/

Initial port date : 13 July 2011


  • Web resources : -


-- 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.

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

主要指標

概覽
名稱與所有者pmoulon/CMVS-PMVS
主編程語言C++
編程語言HTML (語言數: 3)
平台
許可證
所有者活动
創建於2011-03-11 13:41:52
推送於2019-12-13 23:40:32
最后一次提交2019-12-14 00:40:30
發布數0
用户参与
星數1k
關注者數120
派生數459
提交數50
已啟用問題?
問題數36
打開的問題數3
拉請求數11
打開的拉請求數4
關閉的拉請求數0
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?