SmartLineLineSelectorOperator Threshold Property Cognex VisionPro 9.23
Get

Gets the minimum score value in [0-1] range for a LineMax result object to be considered as a selected one.

Set

Sets the minimum score value in [0-1] range for a LineMax result object to be considered as a selected one.

Namespace: Cognex.Vision.SmartLine
Assembly: Cognex.Vision.SmartLine.Net (in Cognex.Vision.SmartLine.Net.dll) Version: 9.24.0.0
Syntax

public double Threshold { get; set; }

Property Value

Type: Double
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionThe provided value is not in the desired range [0-1].
Remarks

Changed Raised when the value of this property changes. The following state flags may be affected:

See Also