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