Click or drag to resize

ERO_DIL_TYPE Enumeration

Type of neighborhood used at erosion and dilatation.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public enum ERO_DIL_TYPE
Members
  Member nameValueDescription
ERO_DIL_30 Left, upper, and upper-left neighbors are tested.
ERO_DIL_41 Left, upper, right and lower neighbors are tested.
ERO_DIL_82 All eight neighbors are tested.
Remarks
ERO_DIL_TYPE is used by the Dilate and Erode method of the Image object.
See Also