Searching for clusters of points with the same properties in a point cloud
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi !
I would like to do a pointcloud analysis. In my pointcloud I have mapped the environment of the corridor in the building. There are objects on the map that I would like to remove from. How can I identify and delete these objects in a pointcloude? and how do I create a criterion to identify these objects? So far, I've used data segmentation. the picture shows yellow objects that I want to identify and remove. see attached
[labels,numClusters] = pcsegdist(ptCloud,minDistance)% segmentacia bodov
pcshow(ptCloud.Location,labels)
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Point Cloud Processing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!