File: segmentation.doxy

package info (click to toggle)
pcl 1.15.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 143,128 kB
  • sloc: cpp: 520,234; xml: 28,792; ansic: 8,212; python: 334; lisp: 93; sh: 49; makefile: 30
file content (18 lines) | stat: -rw-r--r-- 716 bytes parent folder | download | duplicates (3)
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"

*/