Click or drag to resize

CannyEdgeDetectorCommandLowHysteresis Property

Gets or sets a value used to specify the low hysteresis value.

Namespace:  Atalasoft.Imaging.ImageProcessing.Filters
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public double LowHysteresis { get; set; }

Property Value

Type: Double
A value used to specify the low hysteresis value.
Exceptions
ExceptionCondition
Thrown if value is not between 0 and 100.
Remarks
This is a percentage of the computed high threshold edge strength value. Good starting values are between 20 and 50.
See Also