Searched refs:tWeight (Results 1 – 3 of 3) sorted by relevance
191 float tWeight = 0.0f;219 tWeight += _weight[mode_idx];220 if (tWeight > c_TB)
293 float tWeight = 0.0f; in mog2() local323 tWeight += gmm_weight(mode * frame.rows + y, x); in mog2()324 if (tWeight > c_TB) in mog2()
465 float tWeight = 0; in detectShadowGMM() local500 tWeight += g.weight; in detectShadowGMM()501 if( tWeight > TB ) in detectShadowGMM()