The ApplySpatialFilter method applies a spatial filter to an image.
Syntax
object.ApplySpatialFilter ( Type )
Parameter |
Type |
Description |
Type |
required; spatial filter type |
Example
This example applies the Prewitt Vertical spatial filter to the image.
Bitmap.ApplySpatialFilter(mvPrewittvertical)
Used by: Bitmap object