CogOCVResult PropertiesCognex VisionPro 9.5

The CogOCVResult type exposes the following members.

Properties

  NameDescription
Public propertyConfidenceScore
Confidence score of the found font model which indicates the amount that the match score for the found model is greater than the highest scoring confusable model. Models listed for this character position can not be confusable with the found model.
Public propertyConfusableFontModelCount
The number of confusable models that were found. These are the models that are confusable with the model to be verified and have a match score that is greater than or equal to (accept threshold - confusion threshold).
Public propertyFontModelInstance
The Instance of the found font model. If multiple models where listed for the pattern position then this is the instance of the highest scoring model.
Public propertyFontModelName
The Name of the found font model. If multiple models where listed for the pattern position then this is the name of the highest scoring font model.
Public propertyID
A unique ID used to identify this OCV result. This ID also corresponds to the index of this result in the CogOCVResults to which this result belongs. It also corresponds to the index for the CharacterPositions collection of the inspected pattern.
Public propertyScore
Score of the found font model which indicates how well the character in the run-time image matched the font model's image. The score is a value between zero and one where one is a perfect match.
Public propertyStatus
Status indicates whether this character position passed verification, failed due to confusion, or failed because no model was found above the accept threshold.
Top
See Also