NativeMethods.video_BackgroundSubtractor_apply Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void video_BackgroundSubtractor_apply( IntPtr self, IntPtr image, IntPtr fgmask, double learningRate )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub video_BackgroundSubtractor_apply ( self As IntPtr, image As IntPtr, fgmask As IntPtr, learningRate As Double )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void video_BackgroundSubtractor_apply( IntPtr self, IntPtr image, IntPtr fgmask, double learningRate )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member video_BackgroundSubtractor_apply : self : IntPtr * image : IntPtr * fgmask : IntPtr * learningRate : float -> unit
OpenCvSharp.NativeMethods.video_BackgroundSubtractor_apply = function(self, image, fgmask, learningRate);