Searched refs:_bShadowDetection (Results 1 – 2 of 2) sorted by relevance
95 BackgroundSubtractorKNNImpl(int _history, float _dist2Threshold, bool _bShadowDetection=true) in BackgroundSubtractorKNNImpl() argument112 bShadowDetection = _bShadowDetection; in BackgroundSubtractorKNNImpl()457 int _bShadowDetection, in icvUpdatePixelBackgroundNP() argument478 int m_bShadowDetection=_bShadowDetection; in icvUpdatePixelBackgroundNP()646 bool _bShadowDetection) in createBackgroundSubtractorKNN() argument648 return makePtr<BackgroundSubtractorKNNImpl>(_history, (float)_threshold2, _bShadowDetection); in createBackgroundSubtractorKNN()
150 BackgroundSubtractorMOG2Impl(int _history, float _varThreshold, bool _bShadowDetection=true) in BackgroundSubtractorMOG2Impl() argument158 bShadowDetection = _bShadowDetection; in BackgroundSubtractorMOG2Impl()913 bool _bShadowDetection) in createBackgroundSubtractorMOG2() argument915 return makePtr<BackgroundSubtractorMOG2Impl>(_history, (float)_varThreshold, _bShadowDetection); in createBackgroundSubtractorMOG2()