Tao.DevIl SDK Documentation |
|
Ilu.iluBlurAvg Method
iluBlurAvg blurs an image using an averaging convolution filter. 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 iluBlurAvg( _
ByVal
Iter As
Integer _
) As
Boolean
[C#]
public static
bool iluBlurAvg(
int Iter);
Parameters
-
Iter
- Number of iterations of blurring to perform.
Return Value
See Also
Ilu Class | Tao.DevIl Namespace