Page 1 of 1

Algorithm behind the noise filter

Posted: Wed Mar 31, 2021 1:50 pm
by nicolando
Goodmorning everyone,

I wanted to know if anyone has any idea what the algorithm behind the noise filter is called. Is it ball pivoting by chance? Because I can't find any information on this.

Good evening and sorry for the inconvenience

Re: Algorithm behind the noise filter

Posted: Wed Mar 31, 2021 7:44 pm
by daniel
No, it's actually an extended version of the SOR (Statistical Outlier Removal) tool of the PCL library:
https://pcl.readthedocs.io/en/latest/st ... tlier.html

The 'Noise' filter is directly inspired from SOR, but with more parameters:
https://www.cloudcompare.org/doc/wiki/i ... ise_filter