Click or drag to resize

IBitmapImageErode Method

Applies 3x3 erosion kernel to the image. Works best on grey scale images.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
IBitmapImage Erode()

Return Value

Type: IBitmapImage
A new image instance with effect applied.
See Also