Skip to content

iyht/Poisson-Surface-Reconstruction

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages