CogPatInspectTool InputImage Property Cognex VisionPro 9.8
Input image for performing a PatInspect inspection. This tool's Pose property indicates where in the image to perform the inspection.

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

public CogImage8Grey InputImage { get; set; }

Property Value

Type: CogImage8Grey
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

The input image for performing a PatInspect inspection. The Pose property indicates where in the image to perform the inspection.

Default Value: NULL

See Also