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