The status of an OCV character position inspection.
Namespace: Cognex.VisionPro.OCAssembly: Cognex.VisionPro.OC (in Cognex.VisionPro.OC.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Verified | 0 | The 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. | |
| Confused | 1 | The 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. | |
| Failed | 2 | The 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