Click or drag to resize

ImageTColor, TDepthCanny Method (Double, Double)

http://www.emgu.com
Find the edges on this image and marked them in the returned image.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public Image<Gray, byte> Canny(
	double thresh,
	double threshLinking
)

Parameters

thresh
Type: SystemDouble
The threshhold to find initial segments of strong edges
threshLinking
Type: SystemDouble
The threshold used for edge Linking

Return Value

Type: ImageGray, Byte
The edges found by the Canny edge detector
See Also