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