NativeMethodscuda_MOG_GPU_new Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr cuda_MOG_GPU_new( int nmixtures )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function cuda_MOG_GPU_new ( nmixtures As Integer ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr cuda_MOG_GPU_new( int nmixtures )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member cuda_MOG_GPU_new : nmixtures : int -> IntPtr
OpenCvSharp.NativeMethods.cuda_MOG_GPU_new = function(nmixtures);