CGAL 5.6.1 - Shape Detection

Classified Reference Manual for the Region Growing shape detection component.

Concepts

Algorithm

Point Set

Neighbord Query Classes

Sorting and Fitting Classes

Convenience Aliases and Functions for CGAL::Point_set_3

When the input point set is an instance of the class CGAL::Point_set_3, template aliases and free functions are provided to simplify the definition and creation of the different classes. The naming convention used is to append a suffix _for_point_set to the neighbor query, sorting and fitting classes. Free functions are prefixed by make_ followed by the class name in lower case. For the complete list see Convenience Aliases and Functions for Point_set_3.

Segment Set

Polygon Mesh

Modules

 Concepts
 Concepts used for the parameters of the CGAL::Shape_detection::Region_growing.
 
 Point Set
 
 Convenience Aliases and Functions for Point_set_3
 Models that can be used with the CGAL::Shape_detection::Region_growing for shape detection in a point set.
 
 Segment Set
 Models that can be used with the CGAL::Shape_detection::Region_growing for shape detection in a segment set.
 
 Polygon Mesh
 Models that can be used with the CGAL::Shape_detection::Region_growing for shape detection on a polygon mesh.
 

Classes

class  CGAL::Shape_detection::Region_growing< NeighborQuery, RegionType, RegionMap >
 Main class/entry point for running the region growing algorithm. More...