Click or drag to resize

NativeMethodsbgsegm_createBackgroundSubtractorMOG Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus bgsegm_createBackgroundSubtractorMOG(
	int history,
	int nMixtures,
	double backgroundRatio,
	double noiseSigma,
	out IntPtr returnValue
)

Parameters

history
Type: SystemInt32

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

nMixtures
Type: SystemInt32

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

backgroundRatio
Type: SystemDouble

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

noiseSigma
Type: SystemDouble

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

returnValue
Type: SystemIntPtr

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

Return Value

Type: ExceptionStatus

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

See Also