Octree implementation for point cloud data

조회 수: 7 (최근 30일)
Pavan Kumar B N
Pavan Kumar B N 2021년 6월 17일
댓글: Elad Kivelevitch 2021년 6월 22일
Hi can one tell me how to implement octree data structure for breaking the point cloud into smaller section for simpler manipulation.

채택된 답변

Walter Roberson
Walter Roberson 2021년 6월 19일
kdtree for data dimensions up to 10 default to building trees, so pass in an N x 3 matrix to get an octree built internally.
  댓글 수: 2
Pavan Kumar B N
Pavan Kumar B N 2021년 6월 20일
@Walter Roberson thank you for your response. I will follow.
Elad Kivelevitch
Elad Kivelevitch 2021년 6월 22일
Removed Sensor Fusion and Tracking Toolbox from the list of products as it is not relevant.
For your information, the example (and all lidar processing) is from Lidar Toolbox.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Labeling, Segmentation, and Detection에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by