CogImageAverageTool InputImage Property Cognex VisionPro 9.22 SR1
The image to be processed.

Namespace: Cognex.VisionPro.ImageProcessing
Assembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 87.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 image to be added to the average image. The tool uses the entire image is Region is set to Nothing.

Default Value: NULL

See Also