CogOCVMaxParagraphResult PropertiesCognex VisionPro 9.5

The CogOCVMaxParagraphResult type exposes the following members.

Properties

  NameDescription
Public propertyLineResults
A System::Array of line results, one for every line in this paragraph.
Public propertyNumLinesVerified
The number of lines in this paragraph that were verified.
Public propertyParagraphArrangementPose
The pose of this paragraph in arrangement space. Note that this property is only meaningful if ParagraphArrangementPoseValid is true.
Public propertyParagraphArrangementPoseValid
Whether or not the pose of this paragraph in arrangement space was successfully computed.
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 propertyParagraphSelectedPose
The pose of this paragraph in selected space. Note that this property is only meaningful if ParagraphSelectedPoseValid is true.
Public propertyParagraphSelectedPoseValid
Whether or not the pose of this paragraph in selected space was successfully computed.
Public propertyVerificationFullViolations
The verification full violations.
Public propertyVerificationKeyViolations
The verification key violations.
Public propertyVerificationScore
The overall score of the paragraph. This is the average of the scores of all of the characters in the paragraph.
Public propertyVerified
Whether or not ALL character positions in this paragraph have been verified.
Top
See Also