How can I convert a 3D point cloud into a 2D top view grid/map?
17 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Walter Roberson
2015-10-10
scatter() ignoring the Z coordinates.
More generally you can scatter3() and set your view() as desired.
2 个评论
Walter Roberson
2015-10-11
HeatMap() if you have the right toolbox. If not then see
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Point Cloud Processing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!