Click or drag to resize

NativeMethodsimgproc_Canny Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static void imgproc_Canny(
	IntPtr src,
	IntPtr edges,
	double threshold1,
	double threshold2,
	int apertureSize,
	int L2gradient
)

Parameters

src
Type: SystemIntPtr
edges
Type: SystemIntPtr
threshold1
Type: SystemDouble
threshold2
Type: SystemDouble
apertureSize
Type: SystemInt32
L2gradient
Type: SystemInt32
See Also