1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
/**
\addtogroup segmentation Module segmentation
\section secSegmentationPresentation Overview
The <b>pcl_segmentation</b> library contains algorithms for segmenting a point cloud into distinct clusters.
These algorithms are best suited to processing a point cloud that is composed of a number of spatially isolated
regions. In such cases, clustering is often used to break the cloud down into its constituent parts, which can
then be processed independently.
\section secSegmentationRequirements Requirements
- \ref common "common"
- \ref search "search"
- \ref sample_consensus "sample_consensus"
- \ref kdtree "kdtree"
- \ref octree "octree"
- \ref features "features"
*/
|