Home | History | Annotate | Download | only in src

Lines Matching defs:detectShadows

261     virtual void setDetectShadows(bool detectshadows)
263 if ((bShadowDetection && detectshadows) || (!bShadowDetection && !detectshadows))
265 bShadowDetection = detectshadows;
291 << "detectShadows" << (int)bShadowDetection
308 bShadowDetection = (int)fn["detectShadows"] != 0;
548 detectShadows = _detectShadows;
730 detectShadows && detectShadowGMM(data, nchannels, nmodes, gmm, mean, Tb, TB, tau) ?
746 bool detectShadows;