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