Skip to content

This is a simple implementation of converting clustered point clouds into oriented bounding boxes using python. Any suggested improvements are welcome.

Notifications You must be signed in to change notification settings

AJAY31797/Object-Detection-in-Point-Clouds-Using-PCA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

The code uses PCA of SKlearn to identify the oriented bounding boxes. In this case, the data standardization is not done. You can standardize the data using SKlearn standardscalar if you need.

About

This is a simple implementation of converting clustered point clouds into oriented bounding boxes using python. Any suggested improvements are welcome.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages