CogDLRuntimeParamBlue Threshold Property Cognex VisionPro 9.24
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: 91.0.0.0 (91.0.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