Home | History | Annotate | Download | only in src

Lines Matching full:bshadowdetection

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 detection
787 if (bShadowDetection)
818 String opts = format("-D CN=%d -D NMIXTURES=%d%s", nchannels, nmixtures, bShadowDetection ? " -D SHADOW_DETECT" : "");
853 bShadowDetection, nShadowDetection),