Giter VIP home page Giter VIP logo

openmvs_ubuntu20's Introduction

sudo apt-get -y install git cmake libpng-dev libjpeg-dev libtiff-dev libglu1-mesa-dev freeglut3-dev libglew-dev libglfw3-dev libcgal-dev libcgal-qt5-dev
cd ~/Downloads
mkdir openMVS && cd openMVS
git clone https://github.com/cdcseacave/VCG.git vcglib
git clone https://gitlab.com/libeigen/eigen.git --branch 3.4
cd eigen/
mkdir build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX=../install
make install
cd ../..
git clone https://github.com/AreteQin/openMVS_Ubuntu20.git
cd openMVS_Ubuntu20
mkdir openMVS_build && cd openMVS_build
cmake .. -DCMAKE_BUILD_TYPE=Release -DVCG_ROOT="../../vcglib"
make -j8

OpenMVS: open Multi-View Stereo reconstruction library

Watch reconstruction

Introduction

OpenMVS (Multi-View Stereo) is a library for computer-vision scientists and especially targeted to the Multi-View Stereo reconstruction community. While there are mature and complete open-source projects targeting Structure-from-Motion pipelines (like OpenMVG) which recover camera poses and a sparse 3D point-cloud from an input set of images, there are none addressing the last part of the photogrammetry chain-flow. OpenMVS aims at filling that gap by providing a complete set of algorithms to recover the full surface of the scene to be reconstructed. The input is a set of camera poses plus the sparse point-cloud and the output is a textured mesh. The main topics covered by this project are:

  • dense point-cloud reconstruction for obtaining a complete and accurate as possible point-cloud
  • mesh reconstruction for estimating a mesh surface that explains the best the input point-cloud
  • mesh refinement for recovering all fine details
  • mesh texturing for computing a sharp and accurate texture to color the mesh

See the complete documentation on wiki.

Build

See the building wiki page. Windows and Ubuntu x64 continuous integration status Build Status Automatic Windows x64 binary builds can be found for each commit on its Appveyor Artifacts page.

Example

See the usage example wiki page.

License

See the copyright file.

Contact

openmvs[AT]googlegroups.com

openmvs_ubuntu20's People

Contributors

cdcseacave avatar pmoulon avatar areteqin avatar bhanukauom avatar shauidu avatar xorgy avatar adelpit avatar eberty avatar flachyjoe avatar humanbeingz avatar longhuan2018 avatar maxgimeno avatar sbcv avatar csparker247 avatar shintarokkk avatar tjdahlke avatar indianajohn avatar mad-de 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.