UserFilterData property (ILEADRasterProcess)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short UserFilterData (long lRow, long lCol, short newVal)

Overview

Refer to Removing Noise

Remarks

Gets or sets an array of integers containing the user-defined matrix (mask). The elements are stored in row order (first row, second row, etc). This is the user-defined filter used by the UserFilter method.

See Also

Elements:

UserFilter method, UserFilterWidth property, UserFilterHeight property, UserFilterXCenter property, UserFilterDivisor property, UserFilterYCenter property, UserFilterOffset property, UserFilterFlags property.

Topics:

Raster Images: Filtering Images