Models that can be used with the CGAL::Shape_detection::Region_growing
for shape detection in a point set.
|
class | CGAL::Shape_detection::Point_set::K_neighbor_query< GeomTraits, InputRange, PointMap > |
| K nearest neighbors search in a set of Kernel::Point_2 or Kernel::Point_3 . More...
|
|
class | CGAL::Shape_detection::Point_set::Least_squares_line_fit_region< GeomTraits, InputRange, PointMap, NormalMap > |
| Region type based on the quality of the least squares line fit applied to 2D points. More...
|
|
class | CGAL::Shape_detection::Point_set::Least_squares_line_fit_sorting< GeomTraits, InputRange, NeighborQuery, PointMap > |
| Sorting of 2D points with respect to the local line fit quality. More...
|
|
class | CGAL::Shape_detection::Point_set::Least_squares_plane_fit_region< GeomTraits, InputRange, PointMap, NormalMap > |
| Region type based on the quality of the least squares plane fit applied to 3D points. More...
|
|
class | CGAL::Shape_detection::Point_set::Least_squares_plane_fit_sorting< GeomTraits, InputRange, NeighborQuery, PointMap > |
| Sorting of 3D points with respect to the local plane fit quality. More...
|
|
class | CGAL::Shape_detection::Point_set::Sphere_neighbor_query< GeomTraits, InputRange, PointMap > |
| Fuzzy sphere neighbors search in a set of Kernel::Point_2 or Kernel::Point_3 . More...
|
|