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.
Version 5.5.1
Copyright © 2012, Rogue Wave Software, Inc. All Rights Reserved.