NativeMethodsvideo_BackgroundSubtractorMOG2_getVarThreshold Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static double video_BackgroundSubtractorMOG2_getVarThreshold( IntPtr ptr )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function video_BackgroundSubtractorMOG2_getVarThreshold ( ptr As IntPtr ) As Double
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static double video_BackgroundSubtractorMOG2_getVarThreshold( IntPtr ptr )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member video_BackgroundSubtractorMOG2_getVarThreshold : ptr : IntPtr -> float
OpenCvSharp.NativeMethods.video_BackgroundSubtractorMOG2_getVarThreshold = function(ptr);