davidcaron / pclpy

Python bindings for the Point Cloud Library (PCL)
MIT License
428 stars 59 forks source link

Point Cloud Colour Segmentation Example #41

Closed Bastiiiiii closed 5 years ago

Bastiiiiii commented 5 years ago

Hello,

I have a colour point cloud and I want to segment it with a colour threshold. The PCL includes a SeededHueSegmentation. Is there any example how this works in python? I do not know how to use it.

Thank you very much!