How can I convert a 3D point cloud into a 2D top view grid/map?

14 visualizaciones (últimos 30 días)
Hi there, I am writing my thesis about a cleaning robot using a kinect sensor for mapping.
I took a snapshot with the kinect depth camera. Then I got the 3D point cloud and now I want to convert the cloud into a 2D plane/topview grid. Anyone knows how to do that?
I am thankful for any answer!

Respuesta aceptada

Walter Roberson
Walter Roberson el 10 de Oct. de 2015
scatter() ignoring the Z coordinates.
More generally you can scatter3() and set your view() as desired.
  2 comentarios
lucca k
lucca k el 11 de Oct. de 2015
Editada: lucca k el 11 de Oct. de 2015
Thank you. Do you think it's possible to make a 2D occupancy grid map out of it and how is that done?

Iniciar sesión para comentar.

Más respuestas (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by