How confidence/confusion will be computed by the
CogOCRMaxFielding operator.
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| AllCharactersInFont | 1 | A character's confidence score is calculated by comaparing its overall score against the overall score of all other charcters in the font. | |
| OnlyFieldedCharacters | 2 | A character's confidence score is calculated by comaparing its overall score against the overall score of all other characters in the font which match the fielding at that position. |
See Also