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