Skip to content

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

License

Notifications You must be signed in to change notification settings

schmehla/ball-pivoting-algorithm

Repository files navigation

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)

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published