CharInfo2
Contains information about a trained character.
Elements
Name | Type | Description |
---|---|---|
charValue | const char* | Retrieves the character value of the corresponding character in the character set. |
charImage | const Image* | The image you used to train this character. |
internalImage | const Image* | The internal representation that NI Vision uses to match objects to this character. This information is helpful when you are not sure why NI Vision does not recognize a segmented character in the ROI. This information shows how NI Vision interprets the character, which may be different from how the human eye interprets it. |
isReferenceChar | int | This element is TRUE if the character is the reference character for the character class. |