The ApplyMedianFilter method applies a median filter to an image.
Syntax
object.ApplyMedianFilter ( Dimension )
Parameter |
Type |
Description |
Dimension |
Integer |
required; value between 3 and 11 |
Example
This example applies a median filter amount of 5 to an image.
Bitmap.ApplyMedianFilter (5)
Used by: Bitmap object