NativeMethodscuda_MOG2_GPU_getBackgroundImage Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void cuda_MOG2_GPU_getBackgroundImage( IntPtr obj, IntPtr backgroundImage, IntPtr stream )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub cuda_MOG2_GPU_getBackgroundImage ( obj As IntPtr, backgroundImage As IntPtr, stream As IntPtr )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void cuda_MOG2_GPU_getBackgroundImage( IntPtr obj, IntPtr backgroundImage, IntPtr stream )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member cuda_MOG2_GPU_getBackgroundImage : obj : IntPtr * backgroundImage : IntPtr * stream : IntPtr -> unit
OpenCvSharp.NativeMethods.cuda_MOG2_GPU_getBackgroundImage = function(obj, backgroundImage, stream);