MaxFilter method (Main Control)

Visual Basic example
Visual C++ 5.0 example

Syntax short MaxFilter (short iDim);

Overview:  Refer to Removing Noise.

Remarks

(Document/Medical only) Erodes dark objects by the amount that you specify.

This is a more controlled version of the omni-directional erosion filter that you can set with the BinaryFilter method.

You control the effect by specifying the size of the neighborhood that is used for calculating each pixel value. For example, for 8x8, pass 8 in the iDim parameter. Each pixel is replaced with the maximum value of its neighborhood.

See Also

Elements:  MinFilter method, BinaryFilter method

Topics:  Raster Images: Filtering Images