CogOCVCharacterPosition UsePatternRunTimeCharacterThresholds Property Cognex VisionPro 9.7
If set, the thresholds for the location will come from pattern's character location settings when the run-time parameter is built.

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

public bool UsePatternRunTimeCharacterThresholds { get; set; }

Property Value

Type: Boolean
Events

Remarks

If true then this character position will use the accept and confidence thresholds specified in the CogOCVPattern. If false, the character position will use the thresholds specified by RunTimeAcceptThreshold and RunTimeConfidenceThreshold.

Default Value: True

See Also