Click or drag to resize

NativeMethodsbgsegm_createBackgroundSubtractorMOG 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 IntPtr bgsegm_createBackgroundSubtractorMOG(
	int history,
	int nmixtures,
	double backgroundRatio,
	double noiseSigma
)

Parameters

history
Type: SystemInt32
nmixtures
Type: SystemInt32
backgroundRatio
Type: SystemDouble
noiseSigma
Type: SystemDouble

Return Value

Type: IntPtr
See Also