CogOCVResults Score Property Cognex VisionPro
Return the overall score for this OCV result.

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

public double Score { get; }

Property Value

Type: Double
Remarks

Returns the overall score for this OCV result. This value is the average of scores of the all of the characters in the CogOCVPattern and is in the range 0.0 (no match) through 1.0 (perfect match).

See Also