CogImageSharpnessTool InputImage Property Cognex VisionPro 9.23
The image to be processed.

Namespace: Cognex.VisionPro.ImageProcessing
Assembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 91.0.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 whose sharpness is measured.

Image sharpness scores are only meaningful when compared with other scores generated using the same Mode and image content.

Default Value: A Null image.

See Also