Code Monkey home page Code Monkey logo

nagyist / cmvs-pmvs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pmoulon/cmvs-pmvs

0.0 1.0 0.0 26.51 MB

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

Home Page: http://opensourcephotogrammetry.blogspot.com/

HTML 0.40% CMake 0.90% C++ 98.70%

cmvs-pmvs's Introduction

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

cmvs-pmvs's People

Contributors

bduisit avatar bitonic avatar chpatrick avatar eboudrand avatar mad-de avatar mostlyuseful avatar nh2 avatar pmoulon avatar rhiestan avatar thefrenchleaf avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.