필터 지우기
필터 지우기

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

조회 수: 30 (최근 30일)
lucca k
lucca k 2015년 10월 10일
댓글: Walter Roberson 2015년 10월 11일
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!

채택된 답변

Walter Roberson
Walter Roberson 2015년 10월 10일
scatter() ignoring the Z coordinates.
More generally you can scatter3() and set your view() as desired.
  댓글 수: 2
lucca k
lucca k 2015년 10월 11일
편집: lucca k 2015년 10월 11일
Thank you. Do you think it's possible to make a 2D occupancy grid map out of it and how is that done?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by