Skip to content
 
 

Repository files navigation

Geometry Processing - Poisson Surface Reconstruction

This is my implementation of Poisson Surface Reconstruction assignment in CSC419/CSC2520 Geometry Processing.

Build & Execution

git submodule update --init --recursive
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make 
./mesh-reconstruction [path to point cloud]

Press p to show the point cloud Press m to show the point cloud

About

Poisson Surface Reconstruction

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages