CogPatInspectRunParams DifferenceImages Property Cognex VisionPro
The difference images that will be created at run-time. Images indicate differences between the normalized input image and trained pattern image after thresholding is performed. Specified by ORing together the desired difference image constants.

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

public CogPatInspectDifferenceImageConstants DifferenceImages { get; set; }

Property Value

Type: CogPatInspectDifferenceImageConstants
Events

Event TypeReason
CogPatInspectRunParams Changed

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

The difference images that will be created each time the tool executes. These images indicate differences between the normalized input image and trained pattern image after the PatInspect tool analyzes the raw difference image with the threshold image. Specified by ORing together the desired difference image constants.

Default Value: Absolute

See Also