NativeMethodsvideo_BackgroundSubtractorMOG2_setNMixtures Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void video_BackgroundSubtractorMOG2_setNMixtures( IntPtr ptr, int value )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub video_BackgroundSubtractorMOG2_setNMixtures ( ptr As IntPtr, value As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void video_BackgroundSubtractorMOG2_setNMixtures( IntPtr ptr, int value )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member video_BackgroundSubtractorMOG2_setNMixtures : ptr : IntPtr * value : int -> unit
OpenCvSharp.NativeMethods.video_BackgroundSubtractorMOG2_setNMixtures = function(ptr, value);