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

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

Primary LanguagePython

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.