The reason a classified character was confused
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 69.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| NotConfused | 0 | No confusion | |
| ConfidenceScoreTooLow | 1 |
Low confidence score
If a position result's status is Confused the ConfusionExplanation or due to a failure of the classification validation check. | |
| ClassificationValidationFailure | 2 |
Failed the classification validation step
If a position result's status is Confused the ConfusionExplanation indicates whether it was due to the confidence score being too low, or due to a failure of the classification validation check. The classification validation check can be enabled/disabled by setting the ClassifierTrainParams.Alogrithm property. |
See Also