CogPatInspectNormalizationModeConstants EnumerationCognex VisionPro
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.PatInspect
Assembly: Cognex.VisionPro.PatInspect (in Cognex.VisionPro.PatInspect.dll) Version: 65.1.0.0
Syntax

public enum CogPatInspectNormalizationModeConstants
Members

  Member nameValueDescription
Identity0No normalization is performed on the input image prior to performing the intensity difference operation.
HistogramEqualization1Histogram equalization is performed on the input image prior to performing the intensity difference operation.
MeanAndStdDev2Mean and standard deviation equalization is performed on the input image prior to performing the intensity difference operation.
MatchTails3Tail matching equalization is performed on the input image prior to performing the intensity difference operation.
RobustLineFit4Robust line fit equalization is performed on the input image prior to performing the intensity on the input image.
LocalCorrection5Local correction equalization is performed on the input image prior to performing the intensity difference operation.
LocalCorrectionEnhanced6Enhanced 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