CogOCVResult Score Property Cognex VisionPro
Score of the found font model which indicates how well the character in the run-time image matched the font model's image. The score is a value between zero and one where one is a perfect match.

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 score of the found font model which indicates how well the character in the runtime image matched the font model's image. The score is a value in the range 0.0 (no match) through 1.0 (perfect match).

Note: The score is 0.0 for a non-blank model that was not found.

See Also