Code Monkey home page Code Monkey logo

realtime-manifold-mesh-reconstructor's Introduction

This code implements the Incremental Reconstruction algorithm described in the paper Piazza, Enrico, Andrea Romanoni, and Matteo Matteucci. "Real-Time CPU-Based Large-Scale Three-Dimensional Mesh Reconstruction." IEEE Robotics and Automation Letters 3.3 (2018): 1584-1591.

Bibtex:

@article{piazza2018real,
  title={Real-Time CPU-Based Large-Scale Three-Dimensional Mesh Reconstruction},
  author={Piazza, Enrico and Romanoni, Andrea and Matteucci, Matteo},
  journal={IEEE Robotics and Automation Letters},
  volume={3},
  number={3},
  pages={1584--1591},
  year={2018},
  publisher={IEEE}
}

DEPENDENCIES

OpenCV (> 2.4.x)

sudo apt-get install libopencv-dev

Eigen3 (> 3.0.5)

sudo apt-get install libeigen3-dev

gmp

sudo apt-get install libgmp-dev

mpfr

sudo apt-get install libmpfr-dev

CGAL (>4.3)

From the CGAL installation manual at http://doc.cgal.org/latest/Manual/installation.html :

cd FOLDER
git clone https://github.com/CGAL/cgal.git CGAL-{CGAL_VERSION}
  • configure CGAL
cd CGAL-{CGAL_VERSION}/
cmake .
  • build the CGAL libraries
make
  • install the libraries
sudo make install

At the time of writing {CGAL_VERSION} is 4.9

realtime-manifold-mesh-reconstructor's People

Contributors

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