Click or drag to resize

NativeMethods.video_BackgroundSubtractor_apply Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static void video_BackgroundSubtractor_apply(
	IntPtr self,
	IntPtr image,
	IntPtr fgmask,
	double learningRate
)

Parameters

self
Type: System.IntPtr
image
Type: System.IntPtr
fgmask
Type: System.IntPtr
learningRate
Type: System.Double
See Also