Searching for clusters of points with the same properties in a point cloud
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Point Cloud Processing dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!