Searched refs:_varThreshold (Results 1 – 1 of 1) sorted by relevance
150 BackgroundSubtractorMOG2Impl(int _history, float _varThreshold, bool _bShadowDetection=true) in BackgroundSubtractorMOG2Impl() argument157 varThreshold = (_varThreshold>0)? _varThreshold : defaultVarThreshold2; in BackgroundSubtractorMOG2Impl()243 virtual void setVarThreshold(double _varThreshold) { varThreshold = _varThreshold; } in setVarThreshold() argument912 Ptr<BackgroundSubtractorMOG2> createBackgroundSubtractorMOG2(int _history, double _varThreshold, in createBackgroundSubtractorMOG2() argument915 return makePtr<BackgroundSubtractorMOG2Impl>(_history, (float)_varThreshold, _bShadowDetection); in createBackgroundSubtractorMOG2()