MEPP2 Project
Point Cloud Curvature Filter

Description

This filter implements the computation of mean curvature, at each point, by local least squares fitting of a quadric surface.
The neighborhoods used for the fitting can be either computed by kNN search or radius search.

Parameters

Parameter Description
Search method One of: kNN search, radius search.
Number of neighbors Number of neighbors used by the kNN search.
Radius Radius of the radius search relatively to the mesh bounding box size.

Supported data structures

The supported data structures are: CGAL Point Set, PCL Point Cloud.

Restrictions

None.

References

None.