CogOCRMaxClassifierTrainParams ImagePreprocessing Property Cognex VisionPro 9.22 SR1
The image preprocessing methods used for classification. The value is a bit field from CogOCRMaxClassifierImagePreprocessingConstants

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

public CogOCRMaxClassifierImagePreprocessingConstants ImagePreprocessing { get; set; }

Property Value

Type: CogOCRMaxClassifierImagePreprocessingConstants
The ImagePreprocessing value. The default value is CogOCRMaxClassifierImagePreprocessingConstants::NormalizeHistogram.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfImagePreprocessing
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