How can I convert a 3D point cloud into a 2D top view grid/map?
16 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
lucca k
le 10 Oct 2015
Commenté : Walter Roberson
le 11 Oct 2015
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!
0 commentaires
Réponse acceptée
Walter Roberson
le 10 Oct 2015
scatter() ignoring the Z coordinates.
More generally you can scatter3() and set your view() as desired.
2 commentaires
Walter Roberson
le 11 Oct 2015
HeatMap() if you have the right toolbox. If not then see
Plus de 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!