CogSearchMaxResult Score Property Cognex VisionPro
Gets the score for this result. The score is between 0.0 and 1.0 with higher values indicating a closer match between the trained pattern and the pattern in the search image.

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

public double Score { get; }

Property Value

Type: Double
Score for this result.
See Also