 | NonMeasuredPointsConfigurationBackgroundThresholdingThresholdValueRadian Property |
Gets or sets the background thresholding threshold value in radian.
Namespace:
LynceeTec.InterfaceProcessingV2.Configurations
Assembly:
LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic double BackgroundThresholdingThresholdValueRadian { get; set; }
public:
property double BackgroundThresholdingThresholdValueRadian {
double get ();
void set (double value);
}
Property Value
Type:
Double
Threshold in radian used to filter data below this value.
See Also