pcl.py icon indicating copy to clipboard operation
pcl.py copied to clipboard

Using filters

Open EvertonAdroit opened this issue 4 years ago • 1 comments

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.

EvertonAdroit avatar Feb 01 '22 22:02 EvertonAdroit

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

cmpute avatar Feb 02 '22 00:02 cmpute