CogOCVCharacterPosition RunTimeConfidenceThreshold Property Cognex VisionPro
The confidence score is the amount that a character's matching score must exceed the highest scoring confusing character in order to pass verification.

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

public double RunTimeConfidenceThreshold { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogOCVCharacterPosition Changed

Fires when this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

Threshold is < 0 or > 1.

Remarks

The confidence threshold is the amount that a character's matching score must exceed the highest scoring confusing character in order to pass verification.

Default Value: 0.0

See Also