I need to convert Organized point cloud to Unorganized one
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
alessio gianussi
am 11 Nov. 2022
Kommentiert: alessio gianussi
am 16 Nov. 2022
Hi, i'm working on analysis of pointclouds and i wrote a code for data as Mx3, now i need to analyse a pointcloud that is MxNx3 so i'm looking for a function that can translate Organized to Unorganized pointcloud. Can anyone help me? Thank you a lot!
0 Kommentare
Akzeptierte Antwort
Vijay
am 14 Nov. 2022
I am assuming you want to convert unorganized Point Cloud to organized one. For that you can use “pcorganize” function, Please refer the documentation below for more information.
Please note, Organized Point cloud is MxNx3, whereas Unorganized is Mx3. Please refer to the documentation below.
To convert from Organized to Unorganized point cloud you can use the function “removeInvalidPoints”.
Please refer to the documentation below for more information.
Hope this helps!
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Filtering, Conversion, and Geometric Operations 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!