The CogOCRMaxChar type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| BinarizedImage |
The Binarized image for this character.
| |
| ChangedEventSuspended |
If nonzero, indicates that the raising of the Changed event has been
suspended. This value is incremented when SuspendChangedEvent is called
and decremented when ResumeAndRaiseChangedEvent is called.
(Inherited from CogSerializableChangedEventBase.) | |
| CharacterCode |
The character code, which is a Unicode UTF-32 code point. This can be
set to any Int32 value even though not all Int32 values are valid UTF-32
code points.
| |
| Font |
A reference to the CogOCRMaxFont of which this character is a member.
| |
| HasChanged | (Inherited from CogSerializableChangedEventBase.) | |
| Image |
A Rectified Image of the character. A Rectified Image is an image of the
character where the character is neither rotated nor skewed
| |
| Invert |
The invert value used to binarize the normalized image.
| |
| Key |
The key for this character. The key contains information that uniquely
identifies this character from other characters when it the CogOCRMaxChar
is a member of a CogOCRMaxFont
| |
| Metrics |
The metrics for this character.
| |
| NormalizedImage |
The Normalized image for this character.
| |
| Polarity |
The Polarity of the character.
| |
| StateFlags |
Returns the complete set of state flags supported on this object. The
flags may be indexed by name as shown in the following C# code snippet:
if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from CogSerializableChangedEventBase.) | |
| Threshold |
The threshold value used to binarize the normalized image.
|
See Also