NativeMethodsimgproc_Canny Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_Canny(System.IntPtr,System.IntPtr,System.Double,System.Double,System.Int32,System.Int32)"]

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void imgproc_Canny(
	IntPtr src,
	IntPtr edges,
	double threshold1,
	double threshold2,
	int apertureSize,
	int L2gradient
)

Parameters

src
Type: SystemIntPtr

[Missing <param name="src"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_Canny(System.IntPtr,System.IntPtr,System.Double,System.Double,System.Int32,System.Int32)"]

edges
Type: SystemIntPtr

[Missing <param name="edges"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_Canny(System.IntPtr,System.IntPtr,System.Double,System.Double,System.Int32,System.Int32)"]

threshold1
Type: SystemDouble

[Missing <param name="threshold1"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_Canny(System.IntPtr,System.IntPtr,System.Double,System.Double,System.Int32,System.Int32)"]

threshold2
Type: SystemDouble

[Missing <param name="threshold2"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_Canny(System.IntPtr,System.IntPtr,System.Double,System.Double,System.Int32,System.Int32)"]

apertureSize
Type: SystemInt32

[Missing <param name="apertureSize"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_Canny(System.IntPtr,System.IntPtr,System.Double,System.Double,System.Int32,System.Int32)"]

L2gradient
Type: SystemInt32

[Missing <param name="L2gradient"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_Canny(System.IntPtr,System.IntPtr,System.Double,System.Double,System.Int32,System.Int32)"]

See Also

Reference