The image preprocessing methods used for classification. The value is a
bit field from CogOCRMaxClassifierImagePreprocessingConstants
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 91.0.0.0
Syntax
Property Value
Type: CogOCRMaxClassifierImagePreprocessingConstantsThe ImagePreprocessing value. The default value is CogOCRMaxClassifierImagePreprocessingConstants::NormalizeHistogram.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected:
|
Remarks
The same image preprocessing methods will be applied to both train-time and run-time characters.
The result image's client coordinate transform retains any effect that the specified image preprocessing methods may have on the client transform.
See Also