CogPatInspectRunParams NormalizationMode Property Cognex VisionPro 9.23
Normalization mode to be applied to the input image prior to performing the intensity difference operation.

Namespace: Cognex.VisionPro.PatInspect
Assembly: Cognex.VisionPro.PatInspect (in Cognex.VisionPro.PatInspect.dll) Version: 91.0.0.0
Syntax

public CogPatInspectNormalizationModeConstants NormalizationMode { get; set; }

Property Value

Type: CogPatInspectNormalizationModeConstants
Events

Event TypeReason
CogPatInspectRunParams Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

Value is not in CogPatInspectNormalizationModeConstants.

Remarks

Normalization mode to be applied to the input image prior to performing the intensity difference operation.

Default Value: HistogramEqualization

See Also