Segment point cloud into clusters based on Euclidean distance
segments a point cloud into clusters, with a minimum Euclidean distance of
labels
= pcsegdist(ptCloud
,minDistance
)minDistance
between points from different clusters.
pcsegdist
assigns an integer cluster label to each point in
the point cloud, and returns the labels
of all points.
[
also returns the number of clusters.labels
,numClusters
] = pcsegdist(ptCloud
,minDistance
)
pcdenoise
| pcfitplane
| pcshow
| pointCloud