Click or drag to resize

CannyEdgeDetectorCommandHighHysteresis Property

Gets or sets a value used to specify the high 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 HighHysteresis { get; set; }

Property Value

Type: Double
A value used to specify the high hysteresis value.
Exceptions
ExceptionCondition
Thrown if value is not between 0 and 100.
Remarks
This fraction (0 to 100) specifies the percentage point in a histogram of the gradient of the magnitude. Magnitude values of zero are not counted in the histogram. Good starting values are between 60 and 90.
See Also