| BackgroundSubtractorMOG2VarInit Property |
Gets or sets the initial variance of each gaussian component.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public 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:
DoubleSee Also