CogOCVMaxCharacterResult PropertiesCognex VisionPro 9.25 SR1

The CogOCVMaxCharacterResult type exposes the following members.

Properties

  NameDescription
Public propertyCharacter
The character found at this position. This assumes that something was in fact found (e.g. that CharacterKey is not -1). This also assumes that the character keys in the associated font correspond to Unicode code point values.
Public propertyCharacterArrangementPose
The pose of this character in arrangement space. Note that this property is only meaningful if CharacterArrangementPoseValid is true.
Public propertyCharacterArrangementPoseValid
Whether or not the pose of this character in arrangement space was successfully computed.
Public propertyCharacterIndex
The zero-based character index. This tells you which character within the containing line produced this particular result. Note of course that this index reflects the arrangement as it existed when this result was produced - if the arrangement has changed since then this index may no longer be valid.
Public propertyCharacterKey
The key of the character found at this position. This will be -1 if VerificationStatus is Failed or if the verification type for the search was CogOCVMaxVerificationTypeConstants::Ignore.
Public propertyCharacterParagraphPose
The pose of this character in paragraph space. Note that this property is only meaningful if CharacterParagraphPoseValid is true.
Public propertyCharacterParagraphPoseValid
Whether or not the pose of this character in paragraph space was successfully computed.
Public propertyCharacterSelectedBounds
The bounding affine rectangle of found character in selected space. Note that this property is only meaningful if CharacterSelectedBoundsValid is true.
Public propertyCharacterSelectedBoundsValid
Whether or not the bounds of this character in selected space was successfully computed.
Public propertyCharacterSelectedPose
The pose of this character in selected space. Note that this property is only meaningful if CharacterSelectedPoseValid is true.
Public propertyCharacterSelectedPoseValid
Whether or not the pose of this character in selected space was successfully computed.
Public propertyConfidenceScore
The confidence score of this character. This is the verification score of this character minus the score of the best ConfusionScore, but not less than zero.
Public propertyConfusionKeys
The character keys of the characters causing confusion with this character, if VerificationStatus is Confused. If VerificationStatus is not Confused, this will be an empty array. Elements in this array correspond to elements in the ConfusionScores array.
Public propertyConfusionScores
The confusion scores of the characters causing confusion with this character, if VerificationStatus is Confused. If VerificationStatus is not Confused, this will be an empty array. Elements in this array correspond to elements in the ConfusionKeys array.
Public propertyEmpty
Whether or not this character position was empty, i.e. both failed and having no violation information.
Public propertyFitError
The fit error of this character. Zero is the best possible value, while larger numbers are worse. While there is no theoretical upper limit, it is typically less than 10 in practical use. Will be -1 if not available.
Public propertyLineIndex
The zero-based line index. This tells you which line within the containing paragraph produced this particular result. Note of course that this index reflects the arrangement as it existed when this result was produced - if the arrangement has changed since then this index may no longer be valid.
Public propertyParagraphIndex
The zero-based paragraph index. This tells you which paragraph within the arrangement produced this particular result. Note of course that this index reflects the arrangement as it existed when this result was produced - if the arrangement has changed since then this index may no longer be valid.
Public propertyVerificationDOFScore
The verification DOF score of this character.
Public propertyVerificationFullViolations
The verification full violations. These are the degrees of freedom (DOFs) of the full (i.e. image or start pose) search params that were violated and which therefore decreased the VerificationDOFScore for this character.
Public propertyVerificationKeyViolations
The verification key violations. These are the degrees of freedom (DOFs) of the key search params that were violated and which therefore decreased the VerificationDOFScore for this character.
Public propertyVerificationMatchScore
The verification match score of this character.
Public propertyVerificationScore
The verification score of this character.
Public propertyVerificationStatus
The verification status for this character. Possible values include Verified, Confused, and Failed.
Top
See Also