|
CannyEdgeDetector Constructor (Byte, Byte)
|
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntaxpublic CannyEdgeDetector(
byte lowThreshold,
byte highThreshold
)
Public Sub New (
lowThreshold As Byte,
highThreshold As Byte
)
Request Example
View SourceParameters
- lowThreshold
- Type: SystemByte
Low threshold. - highThreshold
- Type: SystemByte
High threshold.
See Also