Click or drag to resize

NativeMethodsvideo_createBackgroundSubtractorMOG2 Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus video_createBackgroundSubtractorMOG2(
	int history,
	double varThreshold,
	int detectShadows,
	out IntPtr returnValue
)

Parameters

history
Type: SystemInt32

[Missing <param name="history"/> documentation for "M:OpenCvSharp.NativeMethods.video_createBackgroundSubtractorMOG2(System.Int32,System.Double,System.Int32,System.IntPtr@)"]

varThreshold
Type: SystemDouble

[Missing <param name="varThreshold"/> documentation for "M:OpenCvSharp.NativeMethods.video_createBackgroundSubtractorMOG2(System.Int32,System.Double,System.Int32,System.IntPtr@)"]

detectShadows
Type: SystemInt32

[Missing <param name="detectShadows"/> documentation for "M:OpenCvSharp.NativeMethods.video_createBackgroundSubtractorMOG2(System.Int32,System.Double,System.Int32,System.IntPtr@)"]

returnValue
Type: SystemIntPtr

[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.video_createBackgroundSubtractorMOG2(System.Int32,System.Double,System.Int32,System.IntPtr@)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.video_createBackgroundSubtractorMOG2(System.Int32,System.Double,System.Int32,System.IntPtr@)"]

See Also