GithubHelp home page GithubHelp logo

imclab / hpmvs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from alexlocher/hpmvs

0.0 2.0 0.0 2.63 MB

Progressive Prioritized Multi-view Stereo

License: GNU General Public License v3.0

CMake 0.98% C++ 61.71% Makefile 8.57% C 20.72% Groff 0.52% Fortran 0.07% Shell 6.34% M4 0.31% MATLAB 0.47% Python 0.30%

hpmvs's Introduction

Hierarchical Progressive Multiview Stereo

Author: Alex Locher

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

Tsukuba Dataset

Progressive Output

Tsukuba Dataset

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.

Licence

HPMVS is realeased under the GPLv3 Licence.

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:

sudo apt-get install build-essential git cmake libeigen3-dev libjpeg-dev libgflags-dev libgoogle-glog-dev

then you should be able to get and compile hpmvs with:

git clone https://github.com/alexlocher/hpmvs
cd hpmvs
mkdir build && cd build
cmake ..
make -j4

Usage

The binary hpmvs takes an nvm-file as input and you have to specify an output directory:

./hpmvs --nvm=<nvm-file> --outdir=/tmp

hpmvs's People

Contributors

alexlocher avatar sweeneychris avatar

Watchers

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