NativeMethodsvideo_BackgroundSubtractor_apply Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.video_BackgroundSubtractor_apply(System.IntPtr,System.IntPtr,System.IntPtr,System.Double)"]
Namespace: OpenCvSharp
public static ExceptionStatus video_BackgroundSubtractor_apply( IntPtr self, IntPtr image, IntPtr fgmask, double learningRate )
Public Shared Function video_BackgroundSubtractor_apply ( self As IntPtr, image As IntPtr, fgmask As IntPtr, learningRate As Double ) As ExceptionStatus
public: static ExceptionStatus video_BackgroundSubtractor_apply( IntPtr self, IntPtr image, IntPtr fgmask, double learningRate )
static member video_BackgroundSubtractor_apply : self : IntPtr * image : IntPtr * fgmask : IntPtr * learningRate : float -> ExceptionStatus
[Missing <param name="self"/> documentation for "M:OpenCvSharp.NativeMethods.video_BackgroundSubtractor_apply(System.IntPtr,System.IntPtr,System.IntPtr,System.Double)"]
[Missing <param name="image"/> documentation for "M:OpenCvSharp.NativeMethods.video_BackgroundSubtractor_apply(System.IntPtr,System.IntPtr,System.IntPtr,System.Double)"]
[Missing <param name="fgmask"/> documentation for "M:OpenCvSharp.NativeMethods.video_BackgroundSubtractor_apply(System.IntPtr,System.IntPtr,System.IntPtr,System.Double)"]
[Missing <param name="learningRate"/> documentation for "M:OpenCvSharp.NativeMethods.video_BackgroundSubtractor_apply(System.IntPtr,System.IntPtr,System.IntPtr,System.Double)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.video_BackgroundSubtractor_apply(System.IntPtr,System.IntPtr,System.IntPtr,System.Double)"]