Home
last modified time | relevance | path

Searched refs:_varThreshold (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/video/src/
Dbgfg_gaussmix2.cpp150 BackgroundSubtractorMOG2Impl(int _history, float _varThreshold, bool _bShadowDetection=true) in BackgroundSubtractorMOG2Impl() argument
157 varThreshold = (_varThreshold>0)? _varThreshold : defaultVarThreshold2; in BackgroundSubtractorMOG2Impl()
243 virtual void setVarThreshold(double _varThreshold) { varThreshold = _varThreshold; } in setVarThreshold() argument
912 Ptr<BackgroundSubtractorMOG2> createBackgroundSubtractorMOG2(int _history, double _varThreshold, in createBackgroundSubtractorMOG2() argument
915 return makePtr<BackgroundSubtractorMOG2Impl>(_history, (float)_varThreshold, _bShadowDetection); in createBackgroundSubtractorMOG2()