CogPatInspectRunParams DifferenceImagesRaw Property Cognex VisionPro
The raw difference images that will be created at run-time. Images indicate raw differences between the normalized input image and trained pattern image with no thresholding 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 DifferenceImagesRaw { 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 raw difference images that will be created at run-time. These images indicate raw differences between the normalized input image and the trained pattern image without comparing the result to the threshold image. Specified by ORing together the desired difference image constants.

Default Value: None

See Also