Can I use edge detection for point cloud?
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have point cloud data of wall. It contain windows and door.
Can I use edge detection for find this object.
1 Kommentar
John D'Errico
am 22 Feb. 2020
Bearbeitet: John D'Errico
am 22 Feb. 2020
No. You cannot use standard edge detection (that is, tools designed to work on a picture of a scene) on point cloud data.
Antworten (1)
Pujitha Narra
am 25 Feb. 2020
Hi,
There is no such feature as now for point cloud data, but it might be considered for a future release. You can use 'pcsegdist' to segment the point cloud into clusters. You can find the details of the function here:
0 Kommentare
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!