CogOCVTool InputImage Property Cognex VisionPro
Input image on which the OCV inspection will be performed.

Namespace: Cognex.VisionPro.OC
Assembly: Cognex.VisionPro.OC (in Cognex.VisionPro.OC.dll) Version: 65.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

Sets or gets the input image on which the OCV inspection will be performed. The tool attempts to locate the trained Pattern in this image.

See Also