/Poisson-Surface-Reconstruction

Poisson Surface Reconstruction

Primary LanguageC++Mozilla Public License 2.0MPL-2.0

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