iyht / Poisson-Surface-Reconstruction

Poisson Surface Reconstruction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Mozilla Public License 2.0


Languages

Language:C++ 100.0%