BackgroundSubtractorMOG2VarInit Property |
http://www.emgu.com
Tg=3*3=9 is default. A smaller Tg value generates more components. A higher Tg value may result in a small number of components but they can grow too large.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic double VarInit { get; set; }
Public Property VarInit As Double
Get
Set
public:
property double VarInit {
double get ();
void set (double value);
}
member VarInit : float with get, set
Property Value
Type:
Double
See Also