NativeMethodsimgproc_morphologyEx Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void imgproc_morphologyEx( IntPtr src, IntPtr dst, int op, IntPtr kernel, Point anchor, int iterations, int borderType, Scalar borderValue )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub imgproc_morphologyEx ( src As IntPtr, dst As IntPtr, op As Integer, kernel As IntPtr, anchor As Point, iterations As Integer, borderType As Integer, borderValue As Scalar )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void imgproc_morphologyEx( IntPtr src, IntPtr dst, int op, IntPtr kernel, Point anchor, int iterations, int borderType, Scalar borderValue )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_morphologyEx : src : IntPtr * dst : IntPtr * op : int * kernel : IntPtr * anchor : Point * iterations : int * borderType : int * borderValue : Scalar -> unit
OpenCvSharp.NativeMethods.imgproc_morphologyEx = function(src, dst, op, kernel, anchor, iterations, borderType, borderValue);