pcl.py
pcl.py copied to clipboard
Using filters
Hello. How can I use the filters or the voxel grid? There isn't any .pyi file in the folder and I can't call any class or method in python.
Unfortunately the implementation for filters is very primitive and I haven't tested it yet. Please refer to https://github.com/cmpute/pcl.py/blob/master/pcl/filters/_filters.pyx if you can understand Cython, which should be very similar to Python