CGAL 5.1 - Shape Detection
|
Shape models that can be used with the CGAL::Shape_detection::Efficient_RANSAC
.
Classes | |
class | CGAL::Shape_detection::Cone< Traits > |
Cone implements Shape_base. More... | |
class | CGAL::Shape_detection::Cylinder< Traits > |
Cylinder implements Shape_base. More... | |
class | CGAL::Shape_detection::Plane< Traits > |
Plane implements Shape_base. The plane is represented by the normal vector and the distance to the origin. More... | |
class | CGAL::Shape_detection::Shape_base< Traits > |
Base class for shape types that defines an interface to construct a shape from a set of points and to compute the point distance and normal deviation from the surface normal. It is used during detection to identify the inliers from the input data and to extract the largest connected component in the inlier points. More... | |
class | CGAL::Shape_detection::Sphere< Traits > |
Sphere implements Shape_base. The sphere is represented by its center and the radius. More... | |
class | CGAL::Shape_detection::Torus< Traits > |
Torus implements Shape_base. The torus is represented by the symmetry axis, its center on the axis, and the major and minor radii. More... | |