HomeSort by relevance Sort by last modified time
    Searched refs:bShadowDetection (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/video/src/
bgfg_KNN.cpp 88 bShadowDetection = 1;//turn on
112 bShadowDetection = _bShadowDetection;
175 virtual bool getDetectShadows() const { return bShadowDetection; }
176 virtual void setDetectShadows(bool detectshadows) { bShadowDetection = detectshadows; }
191 << "detectShadows" << (int)bShadowDetection
203 bShadowDetection = (int)fn["detectShadows"] != 0;
231 bool bShadowDetection;//default 1 - do shadow detection
593 bShadowDetection,
bgfg_gaussmix2.cpp 133 bShadowDetection = 1;
158 bShadowDetection = _bShadowDetection;
260 virtual bool getDetectShadows() const { return bShadowDetection; }
263 if ((bShadowDetection && detectshadows) || (!bShadowDetection && !detectshadows))
265 bShadowDetection = detectshadows;
291 << "detectShadows" << (int)bShadowDetection
308 bShadowDetection = (int)fn["detectShadows"] != 0;
372 bool bShadowDetection;//default 1 - do shadow detection
442 bool bShadowDetection;//default 1 - do shadow detectio
    [all...]

Completed in 2147 milliseconds