CogDLRuntimeParamBlue Threshold Property Cognex VisionPro 9.25 SR1
The detection threshold. Threshold determines how closely the found feature must be to the desired feature in order for it to be considered detected. A found feature must exceed this threshold.

Namespace: Cognex.VisionPro.DLRuntime
Assembly: Cognex.VisionPro.DLRuntime (in Cognex.VisionPro.DLRuntime.dll) Version: 93.1.0.0 (93.1.0.0)
Syntax

public double Threshold { get; set; }

Property Value

Type: Double
Exceptions

ExceptionCondition
ArgumentOutOfRangeException If the input argument is less than zero or greater than one.
See Also