Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 381 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 381 Bytes

Oriented Bounding Box

calculate Oriented Bounding Box from point cloud

  1. Use pcl::EuclideanClusterExtraction to cluster the point cloud
  2. Use pcl::computeCovarianceMatrixNormalized to find object axes
  3. transform the point cloud to global origin, then find its length width height