Algorithm behind the noise filter

Feel free to ask any question here
Post Reply
nicolando
Posts: 1
Joined: Wed Mar 31, 2021 1:47 pm

Algorithm behind the noise filter

Post 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
daniel
Site Admin
Posts: 7711
Joined: Wed Oct 13, 2010 7:34 am
Location: Grenoble, France
Contact:

Re: Algorithm behind the noise filter

Post 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
Daniel, CloudCompare admin
Post Reply