 | NonMeasuredPointsConfigurationUseAutoThresholdIntensity Property |
Enables or disables the automatic computation of the threshold on the intensity.
The method is base on the OTSU algorithm.
Namespace:
LynceeTec.InterfaceProcessingV2.Configurations
Assembly:
LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic bool UseAutoThresholdIntensity { get; set; }
public:
property bool UseAutoThresholdIntensity {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also