Normalization modes that can be applied to the input image prior to performing the intensity difference operation with the trained pattern image.
Namespace: Cognex.VisionPro.PatInspectAssembly: Cognex.VisionPro.PatInspect (in Cognex.VisionPro.PatInspect.dll) Version: 73.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Identity | 0 | No normalization is performed on the input image prior to performing the intensity difference operation. | |
| HistogramEqualization | 1 | Histogram equalization is performed on the input image prior to performing the intensity difference operation. | |
| MeanAndStdDev | 2 | Mean and standard deviation equalization is performed on the input image prior to performing the intensity difference operation. | |
| MatchTails | 3 | Tail matching equalization is performed on the input image prior to performing the intensity difference operation. | |
| RobustLineFit | 4 | Robust line fit equalization is performed on the input image prior to performing the intensity on the input image. | |
| LocalCorrection | 5 | Local correction equalization is performed on the input image prior to performing the intensity difference operation. | |
| LocalCorrectionEnhanced | 6 | Enhanced local correction equalization is performed on the input image prior to performing the intensity difference operation. |
Remarks
Normalization modes that can be applied to the input image prior to performing the intensity difference operation with the trained pattern image.
See Also