MEPP2 Project
|
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.
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. |
The supported data structures are: CGAL Point Set, PCL Point Cloud.
None.
None.