Click or drag to resize

NativeMethodsimgproc_Canny1 Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus imgproc_Canny1(
	IntPtr src,
	IntPtr edges,
	double threshold1,
	double threshold2,
	int apertureSize,
	int l2Gradient
)

Parameters

src
Type: SystemIntPtr

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

edges
Type: SystemIntPtr

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

threshold1
Type: SystemDouble

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

threshold2
Type: SystemDouble

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

apertureSize
Type: SystemInt32

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

l2Gradient
Type: SystemInt32

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

Return Value

Type: ExceptionStatus

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

See Also