Skip to content

verlab/mesh-vr-reconstruction-and-view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

License

mesh-vr-reconstruction-and-view

This software were developed in the context of the EspeleoRobô project, supported by Instituto Tecnologico Vale (ITV). The EspeleoRobô is a robot designed to perform inspection in confined areas, such as mines and cavities.

Mesh Reconstruction Software

Installation guide

First, installing all dependencies in a terminal:

sudo apt-get install g++ cmake libboost-all-dev libeigen3-dev libgmp-dev libgmpxx4ldbl libmpfr-dev libpng-dev

Then, download CGAL Library (Version 4.11)!

Compile the cgal library by going into the unzipped folder and executing the following in a terminal:

mkdir build ; cd build ; cmake .. ; make ; sudo make install

Go to the surface_recon directory of this project and compile the mesh recon software:

mkdir build ; cd build ; cmake .. ; make

Output

The mesh generated by this algorithm can be readily imported to rendering platforms using .obj format with textures.

Applications

Institution

Federal University of Minas Gerais (UFMG) Computer Science Department Belo Horizonte - Minas Gerais -Brazil

VeRLab: Laboratory of Computer Vison and Robotics https://www.verlab.dcc.ufmg.br

About

Automatic mesh reconstruction pipeline.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors