CogImageConvertTool InputImage Property Cognex VisionPro 9.25 SR1
The image used to be processed. The Region property can be used to specify that this processing will be performed only on a portion of the InputImage. Processing is performed on the entire InputImage if Region is Nothing.

Namespace: Cognex.VisionPro.ImageProcessing
Assembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 93.1.0.0
Syntax

public ICogImage InputImage { get; set; }

Property Value

Type: ICogImage
This read/write property is of type ICogImage.
Events

Event TypeReason
ImageProcessingCogImageConvertToolFires when this property changes.
See Also