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
public static ExceptionStatus imgproc_Canny1( IntPtr src, IntPtr edges, double threshold1, double threshold2, int apertureSize, int l2Gradient )
Public Shared Function imgproc_Canny1 ( src As IntPtr, edges As IntPtr, threshold1 As Double, threshold2 As Double, apertureSize As Integer, l2Gradient As Integer ) As ExceptionStatus
public: static ExceptionStatus imgproc_Canny1( IntPtr src, IntPtr edges, double threshold1, double threshold2, int apertureSize, int l2Gradient )
static member imgproc_Canny1 : src : IntPtr * edges : IntPtr * threshold1 : float * threshold2 : float * apertureSize : int * l2Gradient : int -> ExceptionStatus
[Missing <param name="src"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_Canny1(System.IntPtr,System.IntPtr,System.Double,System.Double,System.Int32,System.Int32)"]
[Missing <param name="edges"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_Canny1(System.IntPtr,System.IntPtr,System.Double,System.Double,System.Int32,System.Int32)"]
[Missing <param name="threshold1"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_Canny1(System.IntPtr,System.IntPtr,System.Double,System.Double,System.Int32,System.Int32)"]
[Missing <param name="threshold2"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_Canny1(System.IntPtr,System.IntPtr,System.Double,System.Double,System.Int32,System.Int32)"]
[Missing <param name="apertureSize"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_Canny1(System.IntPtr,System.IntPtr,System.Double,System.Double,System.Int32,System.Int32)"]
[Missing <param name="l2Gradient"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_Canny1(System.IntPtr,System.IntPtr,System.Double,System.Double,System.Int32,System.Int32)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_Canny1(System.IntPtr,System.IntPtr,System.Double,System.Double,System.Int32,System.Int32)"]