daavoo / pyntcloud

pyntcloud is a Python library for working with 3D point clouds.
http://pyntcloud.readthedocs.io
MIT License
1.39k stars 221 forks source link

I have not been able to apply the SOR filter. #340

Closed MHSiebers closed 1 year ago

MHSiebers commented 1 year ago

I am running pyntcloud 0.3.1 and have not been able to get the SOR filter to work. I had it running previously and am wondering if a scipy update or other update affected the kdtree or SOR.

I am still able to produce a point cloud but it appears unfiltered. Changing the z_max value has no effect.

daavoo commented 1 year ago

Hola @MHSiebers ! Sorry for late response, was the issue resolved? If not, could you share more details by sharing the code causing the error and/or the traceback?