NativeMethodsvideo_createBackgroundSubtractorMOG2 Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.video_createBackgroundSubtractorMOG2(System.Int32,System.Double,System.Int32,System.IntPtr@)"]
Namespace: OpenCvSharp
public static ExceptionStatus video_createBackgroundSubtractorMOG2( int history, double varThreshold, int detectShadows, out IntPtr returnValue )
Public Shared Function video_createBackgroundSubtractorMOG2 ( history As Integer, varThreshold As Double, detectShadows As Integer, <OutAttribute> ByRef returnValue As IntPtr ) As ExceptionStatus
public: static ExceptionStatus video_createBackgroundSubtractorMOG2( int history, double varThreshold, int detectShadows, [OutAttribute] IntPtr% returnValue )
static member video_createBackgroundSubtractorMOG2 : history : int * varThreshold : float * detectShadows : int * returnValue : IntPtr byref -> ExceptionStatus
[Missing <param name="history"/> documentation for "M:OpenCvSharp.NativeMethods.video_createBackgroundSubtractorMOG2(System.Int32,System.Double,System.Int32,System.IntPtr@)"]
[Missing <param name="varThreshold"/> documentation for "M:OpenCvSharp.NativeMethods.video_createBackgroundSubtractorMOG2(System.Int32,System.Double,System.Int32,System.IntPtr@)"]
[Missing <param name="detectShadows"/> documentation for "M:OpenCvSharp.NativeMethods.video_createBackgroundSubtractorMOG2(System.Int32,System.Double,System.Int32,System.IntPtr@)"]
[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.video_createBackgroundSubtractorMOG2(System.Int32,System.Double,System.Int32,System.IntPtr@)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.video_createBackgroundSubtractorMOG2(System.Int32,System.Double,System.Int32,System.IntPtr@)"]