Foundation > Image Processing Filters > IlvBitmapFilter: The Image Processing Class > The IlvGaussianBlurFilter Class
 
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.8
Copyright © 2014, Rogue Wave Software, Inc. All Rights Reserved.