CogImageSharpnessTool Score Property Cognex VisionPro
Score returned by image Sharpness processing.

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

public double Score { get; }

Property Value

Type: Double
Exceptions

ExceptionCondition
CogToolNoResultException

The tool has not yet Run , or the last run of the tool failed.

Remarks

Returns the score from the last run of the tool. Scores generated using different input image content or different Modes are not comparable.

Note: The returned score will be incorrect if Mode is BandPass and the width and height of the input image are not powers of two.

See Also