CogOCVResult GetConfusableFontModelScore Method Cognex VisionPro
The match score of the 'nth' confusable model found. Confusable models are ordered from highest match score (worst case) to lowest match score.

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

public double GetConfusableFontModelScore(
	int index
)

Return Value

Type: Double
Exceptions

ExceptionCondition
ArgumentException

index is < 0 or >= ConfusableFontModelCount.

Remarks

The match score of the indexth confusable model found. Confusable models are ordered from highest match score (worst case) to lowest match score.

See Also