Skip to content

VVingerfly/surfRecon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

surfRecon

Surface reconstruction from truncated signed distance function (TSDF).

Implementations of Marching Cubes and Extended Marching Cubes algorithms. The code is modified and simplified from the original implementaion IsoEx.

The code depends on OpenMesh and Eigen, which are included in the repo already. It was tested under Windows 10 and macOS 10.14.3.

Usage

Windows

Use CMake-GUI to generate VS solution, then open it with VS.

macOS

Open the terminal on the project root directory, then

mkdir build
cd build
cmake ..
make

Todo

  • add Dual Marching Cubes algorithm.

Reference: