NativeMethodsimgproc_dilate Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void imgproc_dilate( IntPtr src, IntPtr dst, IntPtr kernel, Point anchor, int iterations, int borderType, Scalar borderValue )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub imgproc_dilate ( src As IntPtr, dst As IntPtr, 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_dilate( IntPtr src, IntPtr dst, IntPtr kernel, Point anchor, int iterations, int borderType, Scalar borderValue )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_dilate : src : IntPtr * dst : IntPtr * kernel : IntPtr * anchor : Point * iterations : int * borderType : int * borderValue : Scalar -> unit
OpenCvSharp.NativeMethods.imgproc_dilate = function(src, dst, kernel, anchor, iterations, borderType, borderValue);