CogOCVPattern RunTimeCharacterConfidenceThreshold Property Cognex VisionPro
A common confidence threshold for any character position with UsePatternRunTimeCharacterThresholds set to true. A character's matching score must exceed the highest scoring confusing character by the confidence threshold 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 RunTimeCharacterConfidenceThreshold { 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 confidence threshold to apply to any character position that has UsePatternRunTimeCharacterThresholds set to true. 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