CogOCVCharacterPosition RunTimeAcceptThreshold Property Cognex VisionPro 9.7
The accept threshold specifies the matching score below which a character will fail verification.

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

public double RunTimeAcceptThreshold { 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 accept threshold specifies the matching score below which a character will fail verification.

Default Value: 0.5

See Also