CogLineMaxTool InputImage Property Cognex VisionPro
Gets or sets the image to be inspected.

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

public ICogImage InputImage { get; set; }

Property Value

Type: ICogImage
The inspection image.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

The following state flags may be affected:

Remarks

Although any ICogImage can be assigned to InputImage, calls to Run  will fail if the InputImage value is not a CogImage8Grey.
See Also