VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebCannyEdgeDetectorCommandJS type / get_LowThreshold Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_LowThreshold Method
In This Topic
Gets the low threshold.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebCannyEdgeDetectorCommandJS();

var value; // Type: number
value = instance.get_LowThreshold();

Return Value

Low threshold. Valid values are from 0 to 255. Default value is 20.
Browser Compatibility
56+
45+
11
See Also