UserFilterDivisor property (ILEADRasterProcess)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

long UserFilterDivisor

Overview

Refer to Removing Noise

Remarks

Gets or sets a value used to divide the final result of the UserFilter method. This must be a non-zero value. To use floating point values for the matrix elements and the divisor, multiply the matrix elements and the divisor with the same value, for example, 10, 100, 1000, etc.

This property is used by the UserFilter method to apply a user-defined filter to a bitmap.

See Also

Elements:

UserFilter method, UserFilterWidth property, UserFilterHeight property, UserFilterXCenter property, UserFilterYCenter property, UserFilterOffset property, UserFilterFlags property,UserFilterData property

Topics:

Raster Images: Filtering Images