Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Should I choose mean or median filter for gaussian noise

I know Gaussian filter will do the best, but now I need to choose from this two. I am not quite sure, please give your suggestions. Thanks!

like image 892
roland luo Avatar asked Sep 16 '25 01:09

roland luo


1 Answers

As a general rule of thumb - if your noise is salt-n-pepper you should use the median filter. If you assume that the original signal is low frequency (like a smooth surface with no texture) then the gaussian filter is a good choice. Box filter (mean) is usually used to approximate the gaussian filter. For removing white noise you could use the Wiener filter.

like image 82
zenpoy Avatar answered Sep 17 '25 19:09

zenpoy



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!