CogOCVMaxResult PropertiesCognex VisionPro

The CogOCVMaxResult type exposes the following members.

Properties

  NameDescription
Public propertyArrangementSelectedPose
The pose of the entire arrangement in selected space. Note that this property is only meaningful if ArrangementSelectedPoseValid is true.
Public propertyArrangementSelectedPoseValid
Whether or not the pose of the entire arrangement in selected space was successfully computed.
Public propertyNumParagraphsVerified
The number of paragraphs in this arrangement that were verified.
Public propertyParagraphResults
A System::Array of paragraph results, one for every paragraph for which verification was attempted.
Public propertyTimedOut
Whether or not the operator timed out while this result was being generated. If true, then these results should be assumed to be incomplete.
Public propertyVerificationFullViolations
The verification full violations.
Public propertyVerificationKeyViolations
The verification key violations.
Public propertyVerificationScore
The overall score of the arrangement. This is the average of the scores of all of the paragraphs that the operator attempted to verify.
Public propertyVerified
Whether or not ALL character positions in this arrangement have been verified.
Top
See Also