NativeMethodsvideo_BackgroundSubtractorMOG2_operator Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.video_BackgroundSubtractorMOG2_operator(System.IntPtr,System.IntPtr,System.IntPtr,System.Double)"]

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void video_BackgroundSubtractorMOG2_operator(
	IntPtr self,
	IntPtr image,
	IntPtr fgmask,
	double learningRate
)

Parameters

self
Type: SystemIntPtr

[Missing <param name="self"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.video_BackgroundSubtractorMOG2_operator(System.IntPtr,System.IntPtr,System.IntPtr,System.Double)"]

image
Type: SystemIntPtr

[Missing <param name="image"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.video_BackgroundSubtractorMOG2_operator(System.IntPtr,System.IntPtr,System.IntPtr,System.Double)"]

fgmask
Type: SystemIntPtr

[Missing <param name="fgmask"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.video_BackgroundSubtractorMOG2_operator(System.IntPtr,System.IntPtr,System.IntPtr,System.Double)"]

learningRate
Type: SystemDouble

[Missing <param name="learningRate"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.video_BackgroundSubtractorMOG2_operator(System.IntPtr,System.IntPtr,System.IntPtr,System.Double)"]

See Also

Reference