|
CGAL 6.1.3 - Shape Detection
|
Classified Reference Manual for the Region Growing shape detection component.
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.
Topics | |
| 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... | |