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