CogOCVCharacterStatusConstants EnumerationCognex VisionPro 9.5
The status of an OCV character position inspection.

Namespace: Cognex.VisionPro.OC
Assembly: Cognex.VisionPro.OC (in Cognex.VisionPro.OC.dll) Version: 69.0.0.0
Syntax

public enum CogOCVCharacterStatusConstants
Members

  Member nameValueDescription
Verified0The character position passed verification. The verified font model has a matching score greater than or equal to the accept threshold and a confidence score greater than or equal to the confidence threshold.
Confused1The character position failed verification due to confusion. The found font model has a matching score greater than or equal to the accept threshold. However, the confidence score is less then confidence threshold.
Failed2The character position failed verification. No model found that scored above the accept threshold.
Remarks

The Status of an OCV character position inspection CogOCVResult.

See Also