Skip to content

calculate orientated bounding box based on point cloud

Notifications You must be signed in to change notification settings

robinvista/pointcloud-OBB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

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

About

calculate orientated bounding box based on point cloud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages