CogImageSharpnessTool Region Property Cognex VisionPro 9.5
Which portion of the InputImage shall be processed. Setting this property will clear any accumulated data.

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

public ICogRegion Region { get; set; }

Property Value

Type: ICogRegion
Events

Event TypeReason
ICogChangedEvent Changed

Fires when the value of this property changes.

The following state flag may be affected:

Remarks

The region of interest. The tool computes the sharpness score for the specified region of the InputImage.

See Also