DevIL Documentation Previous | ILU | Next

 

iluBlurGaussian

 

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.

 

ILboolean iluBlurGaussian(
  ILuint Iter );


Parameters

 
Iter
Number of iterations of blurring to perform.


Errors

 
ILU_ILLEGAL_OPERATION
The operation attempted is not allowable in the current state. The function returns with no ill side effects. Generally there is currently no image bound or it has been deleted via ilDeleteImages. You should use ilGenImages and ilBindImage before calling the function.

See Also

 
ilBindImages, ilGenImages, iluBlurAvg, iluSharpen,