NativeMethodsvideo_BackgroundSubtractorGMG_operator Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.video_BackgroundSubtractorGMG_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_BackgroundSubtractorGMG_operator(
	IntPtr obj,
	IntPtr image,
	IntPtr fgmask,
	double learningRate
)

Parameters

obj
Type: SystemIntPtr

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

image
Type: SystemIntPtr

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

fgmask
Type: SystemIntPtr

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

learningRate
Type: SystemDouble

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

See Also

Reference