| BackgroundSubtractorMOG2VarThreshold Property  | 
        
          
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic double VarThreshold { get; set; }Public Property VarThreshold As Double
	Get
	Set
public:
property double VarThreshold {
	double get ();
	void set (double value);
}member VarThreshold : float with get, set
function get_VarThreshold();
function set_VarThreshold(value);
Property Value
Type: 
Double See Also
See Also