문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top