CogOCVMaxLineResult PropertiesCognex VisionPro

The CogOCVMaxLineResult type exposes the following members.

Properties

  NameDescription
Public propertyCharacterResults
A System::Array of character results, one for every character in this line.
Public propertyLineArrangementPose
The pose of this line in arrangement space. Note that this property is only meaningful if LineArrangementPoseValid is true.
Public propertyLineArrangementPoseValid
Whether or not the pose of this line in arrangement space was successfully computed.
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 propertyLineParagraphPose
The pose of this line in paragraph space. Note that this property is only meaningful if LineParagraphPoseValid is true.
Public propertyLineParagraphPoseValid
Whether or not the pose of this line in paragraph space was successfully computed.
Public propertyLineSelectedPose
The pose of this line in selected space. Note that this property is only meaningful if LineSelectedPoseValid is true.
Public propertyLineSelectedPoseValid
Whether or not the pose of this line in selected space was successfully computed.
Public propertyNumCharactersEmpty
The number of characters in this line that were empty.
Public propertyNumCharactersVerified
The number of characters in this line that were verified.
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 propertyVerificationFullViolations
The verification full violations.
Public propertyVerificationKeyViolations
The verification key violations.
Public propertyVerificationScore
The overall score of the line. This is the average of the scores of all of the characters in the line.
Public propertyVerified
Whether or not ALL character positions in this line have been verified.
Top
See Also