Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 612 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 612 Bytes

ball-pivoting-algorithm

This is the implementation for the thesis Surface Reconstruction from Point Clouds and implements a modified version of the ball pivoting algorithm.

This implementation was written in C++. To compile and run the program, follow these steps:

> mkdir build

> cd build

> cmake ..

> make

> ./BPA <ball radius> <point cloud file path> <output file path> (-r)

ball radius: ball radius

point cloud file path: point cloud in .obj format

output file path: output file path in .obj format

-r (optional): reuses vertices (allows degenerated surface parts)