NativeMethodsvideo_createBackgroundSubtractorMOG2 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr video_createBackgroundSubtractorMOG2( int history, double varThreshold, int detectShadows )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function video_createBackgroundSubtractorMOG2 ( history As Integer, varThreshold As Double, detectShadows As Integer ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr video_createBackgroundSubtractorMOG2( int history, double varThreshold, int detectShadows )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member video_createBackgroundSubtractorMOG2 : history : int * varThreshold : float * detectShadows : int -> IntPtr
OpenCvSharp.NativeMethods.video_createBackgroundSubtractorMOG2 = function(history, varThreshold, detectShadows);