Tao.DevIl SDK Documentation

Ilu.iluBlurGaussian Method 

iluBlurGaussian blurs an image using a Gaussian convolution filter, which usually gives better results than the filter used by iluBlurAvg. The filter is applied up to Iter number of times, giving more of a blurring effect the higher Iter is.

[Visual Basic]
Public Shared Function iluBlurGaussian( _
   ByVal Iter As Integer _
) As Boolean
[C#]
public static bool iluBlurGaussian(
   int Iter
);

Parameters

Iter
Number of iterations of blurring to perform.

Return Value

See Also

Ilu Class | Tao.DevIl Namespace