CGAL provides some predefined features that are relevant for classification of point sets.
|
class | CGAL::Classification::Feature::Distance_to_plane< PointRange, PointMap > |
| Feature based on local distance to a fitted plane. More...
|
|
class | CGAL::Classification::Feature::Verticality< GeomTraits > |
| Feature based on local verticality. More...
|
|
class | CGAL::Classification::Feature::Echo_scatter< GeomTraits, PointRange, PointMap, EchoMap > |
| Feature based on echo scatter. More...
|
|
class | CGAL::Classification::Feature::Color_channel< GeomTraits, PointRange, ColorMap > |
| Feature based on HSV colorimetric information. More...
|
|
class | CGAL::Classification::Feature::Eigenvalue |
| Feature based on the eigenvalues of the covariance matrix of a local neighborhood. More...
|
|
class | CGAL::Classification::Feature::Elevation< GeomTraits, PointRange, PointMap > |
| Feature based on local elevation. More...
|
|
class | CGAL::Classification::Feature::Vertical_dispersion< GeomTraits, PointRange, PointMap > |
| Feature based on local vertical dispersion of points. More...
|
|
class | CGAL::Classification::Feature::Simple_feature< InputRange, PropertyMap > |
| Feature based on a user-defined scalar field. More...
|
|