CogIDTool InputImage Property Cognex VisionPro 9.5
The input image to be processed.

Namespace: Cognex.VisionPro.ID
Assembly: Cognex.VisionPro.ID (in Cognex.VisionPro.ID.dll) Version: 69.0.0.0
Syntax

public ICogImage InputImage { get; set; }

Property Value

Type: ICogImage
The default is null.
Events

Event TypeReason
Cognex.VisionPro ICogChangedEvent

Fires when this property changes.

The following state flag may be affected:

  • SfInputImage
Exceptions

ExceptionCondition
CogImageBadTypeException If the supplied input image is not CogImage8Grey.
See Also