CogOCRMaxChar PropertiesCognex VisionPro

The CogOCRMaxChar type exposes the following members.

Properties

  NameDescription
Public propertyBinarizedImage
The Binarized image for this character.
Public propertyChangedEventSuspended
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.)
Public propertyCharacterCode
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.
Public propertyFont
A reference to the CogOCRMaxFont of which this character is a member.
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyImage
A Rectified Image of the character. A Rectified Image is an image of the character where the character is neither rotated nor skewed
Public propertyInvert
The invert value used to binarize the normalized image.
Public propertyKey
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
Public propertyMetrics
The metrics for this character.
Public propertyNormalizedImage
The Normalized image for this character.
Public propertyPolarity
The Polarity of the character.
Public propertyStateFlags
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.)
Public propertyThreshold
The threshold value used to binarize the normalized image.
Top
See Also