Classification is the second main step in performing OCRMax. Classification
takes in a CogOCRMaxChar produced by the segmenter and returns the best
matching character, the score of that best matching character, and the
confidence of that best matching character. By classifying all of the
segmented characters in a line of text, the classifier determines the
result string for the whole line.
See the OCRMax Theory Guide
for more information.
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 79.0.0.0
Syntax
Property Value
Type: CogOCRMaxClassifierThe Classifier value. The default value is a default constructed CogOCRMaxClassifier instance.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected:
|
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown if Classifier is set to null. |
See Also