Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why Gauss filter chooses such values?

Gauss filter is a famous image denoising tool in image processing domain. I saw lots of opensource software choose the template like this:

enter image description here

Where do these value come from?

like image 665
tidy Avatar asked Oct 29 '25 10:10

tidy


1 Answers

You linked the Answer yourself. These values are a discrete representation of the Gaussian Function.

The 2D Gaussian looks like this:

enter image description here

To get the Filter Values you evaluate the 2D-Gaussian Function at the discrete x-y Position corresponding to your Kernel Size and sigma.

On this website you can find a detailed explanation of the Gaussian Filter.

like image 182
Mailerdaimon Avatar answered Oct 31 '25 12:10

Mailerdaimon



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!