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