Click or drag to resize
Accord.NET (logo)

CannyEdgeDetector Constructor (Byte, Byte, Double)

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,
	double sigma
)
Request Example View Source

Parameters

lowThreshold
Type: SystemByte
Low threshold.
highThreshold
Type: SystemByte
High threshold.
sigma
Type: SystemDouble
Gaussian sigma.
See Also