Home
last modified time | relevance | path

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

/external/opencv3/modules/video/src/
Dbgfg_KNN.cpp95 BackgroundSubtractorKNNImpl(int _history, float _dist2Threshold, bool _bShadowDetection=true) in BackgroundSubtractorKNNImpl() argument
112 bShadowDetection = _bShadowDetection; in BackgroundSubtractorKNNImpl()
457 int _bShadowDetection, in icvUpdatePixelBackgroundNP() argument
478 int m_bShadowDetection=_bShadowDetection; in icvUpdatePixelBackgroundNP()
646 bool _bShadowDetection) in createBackgroundSubtractorKNN() argument
648 return makePtr<BackgroundSubtractorKNNImpl>(_history, (float)_threshold2, _bShadowDetection); in createBackgroundSubtractorKNN()
Dbgfg_gaussmix2.cpp150 BackgroundSubtractorMOG2Impl(int _history, float _varThreshold, bool _bShadowDetection=true) in BackgroundSubtractorMOG2Impl() argument
158 bShadowDetection = _bShadowDetection; in BackgroundSubtractorMOG2Impl()
913 bool _bShadowDetection) in createBackgroundSubtractorMOG2() argument
915 return makePtr<BackgroundSubtractorMOG2Impl>(_history, (float)_varThreshold, _bShadowDetection); in createBackgroundSubtractorMOG2()