|
CannyEdgeDetectorHighThreshold Property
|
High threshold.
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public byte HighThreshold { get; set; }
Public Property HighThreshold As Byte
Get
Set
Request Example
View SourceProperty Value
Type:
ByteRemarks High threshold value used for hysteresis
(see tutorial
for more information).
Default value is set to 100.
See Also