CogOCVResult ConfusableFontModelCount Property Cognex VisionPro 9.8
The number of confusable models that were found. These are the models that are confusable with the model to be verified and have a match score that is greater than or equal to (accept threshold - confusion threshold).

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

public int ConfusableFontModelCount { get; }

Property Value

Type: Int32
Remarks

The number of confusable models that were found. These are the models that are confusable with the model to be verified and have a match score that is greater than or equal to (RunTimeAcceptThresholdRunTimeConfidenceThreshold).

See Also