BackgroundSubtractorMOG2VarMin Property |
http://www.emgu.com
The initial variance of each gaussian component
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic double VarMin { get; set; }
Public Property VarMin As Double
Get
Set
public:
property double VarMin {
double get ();
void set (double value);
}
member VarMin : float with get, set
Property Value
Type:
Double
See Also