What image preprocessing to perform before classification. Note that if both
are enabled, histogram normalization happens after median subtraction.
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 69.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Do not perform any image preprocessing. | |
| NormalizeHistogram | 1 | Normalize input image's histogram | |
| SubtractMedian | 2 | Subtract the median of a local neighborhood |
See Also