Class MorphOperator
Inheritance
System.Object
MorphOperator
Assembly: IronOcr.dll
Syntax
public sealed class MorphOperator : Enum
Choose the Leptonica morphology operation applied to a binary image with MorphOperator, the cleanup step that sharpens shapes before recognition. MorphDilate grows foreground pixels to close small gaps, and MorphErode shrinks them to remove specks. MorphOpen erodes then dilates to clear noise while keeping shape, and MorphClose dilates then erodes to fill holes. MorphHMT is the hit-miss transform for matching exact pixel patterns.
Fields
MorphClose
Declaration
public const MorphOperator MorphClose
Field Value
MorphDilate
Declaration
public const MorphOperator MorphDilate
Field Value
MorphErode
Declaration
public const MorphOperator MorphErode
Field Value
MorphHMT
Declaration
public const MorphOperator MorphHMT
Field Value
MorphOpen
Declaration
public const MorphOperator MorphOpen
Field Value
value__
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|