CogOCVPattern RunTimeCharacterAcceptThreshold Property Cognex VisionPro 9.8
A common accept threshold for any character position that has its UsePatternRunTimeCharacterThresholds set to true. 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: 75.1.0.0
Syntax

public double RunTimeCharacterAcceptThreshold { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogOCVPattern Changed

Fires when this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

The threshold is < 0 or > 1.

Remarks

The accept threshold to apply to any character position that has UsePatternRunTimeCharacterThresholds set to true. The accept threshold specifies the matching score below which a character will fail verification.

Default Value: 0.5

See Also