CogOCRMaxClassifierImagePreprocessingConstants EnumerationCognex VisionPro 9.5
What image preprocessing to perform before classification. Note that if both are enabled, histogram normalization happens after median subtraction.

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

[FlagsAttribute]
public enum CogOCRMaxClassifierImagePreprocessingConstants
Members

  Member nameValueDescription
None0 Do not perform any image preprocessing.
NormalizeHistogram1 Normalize input image's histogram
SubtractMedian2 Subtract the median of a local neighborhood
See Also