Expand description
Surface reconstruction using the Ball Pivoting Algorithm.
Converts a point cloud into a STL mesh.
Modules§
- grid
- Stores the point cloud, helper functions and the main algorithm.
- io
- Load and Save points and meshes.
- mesh
- Internal structures for Points, Edges and Faces.
Structs§
Functions§
- reconstruct
- Returns a mesh from a point cloud.