Create organized pointcloud from normal pointcloud
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hey,
For a project I needed to edit the data that came from the Simulation 3D Lidar block in Simulink, however the pointcloud that comes from this block is an organized pointcloud and it is read only. So I created an nomal pointcloud with the XYZ location data from each measurement. However now I need to use the segmentGroundFromLidarData function to remove the ground plane. And this function is only able to work with an organized pointcloud.
So that is where my problem is, I need to find a way to either edit the data while it is still in the organized pointcloud or transform an unorganized pointcloud back into an organized pointcloud. Does anybody know how I can do this?
Thanks
0 comentarios
Respuestas (1)
Shubham Rawat
el 25 de Nov. de 2020
Hi Bram,
You can create Point Cloud object by using xyzPoints coming from simulation 3d lidar. And then directly feed object into the segmentGroundFromLidarData.
You may refer to this link for creating Point Cloud Object:
Hope this Helps!
2 comentarios
Michail Chatzimichail
el 26 de En. de 2021
Hello to all, and thank you for the information.
As a follow up, I created Mx3 pointclouds using xyz-Points, however in order to use functions like segmentGroundFromLidarData, an organized MxNx3 pointcloud is needed. The few questions answered here either do not explain how to convert from unorganized to organized, or move on to different topics (like a suggestion for pcfitplane).
Is it possible at all to convert the pt.Location from Mx3 to MxNx3?
Thank you in advance for your reply & patience.
Ver también
Categorías
Más información sobre Point Cloud Processing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!