CogDLRuntimeParamGreenLegacy Threshold Property Cognex VisionPro 9.25 SR1
The classification 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 new value is less than zero or greater than one.
See Also