Octree implementation for point cloud data

8 vues (au cours des 30 derniers jours)
Pavan Kumar B N
Pavan Kumar B N le 17 Juin 2021
Commenté : Elad Kivelevitch le 22 Juin 2021
Hi can one tell me how to implement octree data structure for breaking the point cloud into smaller section for simpler manipulation.

Réponse acceptée

Walter Roberson
Walter Roberson le 19 Juin 2021
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 commentaires
Pavan Kumar B N
Pavan Kumar B N le 20 Juin 2021
@Walter Roberson thank you for your response. I will follow.
Elad Kivelevitch
Elad Kivelevitch le 22 Juin 2021
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.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Labeling, Segmentation, and Detection 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!

Translated by