Class SelType
Inheritance
System.Object
SelType
Assembly: IronOcr.dll
Syntax
public sealed class SelType : Enum
SelType labels each cell of a structuring element used in the Leptonica morphology that IronOCR applies while cleaning an image before recognition. A structuring element is the small template a dilate or erode operation slides across the page, and each cell carries one of these roles. SEL_HIT marks a cell that must match a foreground pixel, SEL_MISS marks one that must match background, and SEL_DONT_CARE ignores the cell entirely. This is an internal building block, so application code rarely sets it directly.
Fields
SEL_DONT_CARE
Declaration
public const SelType SEL_DONT_CARE
Field Value
SEL_HIT
Declaration
public const SelType SEL_HIT
Field Value
SEL_MISS
Declaration
public const SelType SEL_MISS
Field Value
value__
Declaration
Field Value
| Type |
Description |
| System.Int32 |
|