Click or drag to resize
Accord.NET (logo)

CannyEdgeDetector Constructor (Byte, Byte)

Initializes a new instance of the CannyEdgeDetector class.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public CannyEdgeDetector(
	byte lowThreshold,
	byte highThreshold
)
Request Example View Source

Parameters

lowThreshold
Type: SystemByte
Low threshold.
highThreshold
Type: SystemByte
High threshold.
See Also