CogOCRMaxFieldingConfusionMetricConstants EnumerationCognex VisionPro
How confidence/confusion will be computed by the CogOCRMaxFielding operator.

Namespace: Cognex.VisionPro.OCRMax
Assembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 65.1.0.0
Syntax

public enum CogOCRMaxFieldingConfusionMetricConstants
Members

  Member nameValueDescription
AllCharactersInFont1 A character's confidence score is calculated by comaparing its overall score against the overall score of all other charcters in the font.
OnlyFieldedCharacters2 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