The IlvGaussianBlurFilter Class
The IlvGaussianBlurFilter class lets you apply a Gaussian blur effect to an image. The Gaussian blur kernel is an approximation of the normalized convolution:
H(x) = exp(-x^2/ (2*s^2)) / sqrt(2* pi*s^2)
where s is a user-specified deviation.
This filter uses the IlvConvolutionFilter internally.
Published date: 05/24/2022
Last modified date: 02/24/2022