NativeMethodsimgproc_accumulate Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void imgproc_accumulate( IntPtr src, IntPtr dst, IntPtr mask )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub imgproc_accumulate ( src As IntPtr, dst As IntPtr, mask As IntPtr )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void imgproc_accumulate( IntPtr src, IntPtr dst, IntPtr mask )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_accumulate : src : IntPtr * dst : IntPtr * mask : IntPtr -> unit
OpenCvSharp.NativeMethods.imgproc_accumulate = function(src, dst, mask);