Home
last modified time | relevance | path

Searched refs:tWeight (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/video/src/opencl/
Dbgfg_mog2.cl191 float tWeight = 0.0f;
219 tWeight += _weight[mode_idx];
220 if (tWeight > c_TB)
/external/opencv3/modules/cudabgsegm/src/cuda/
Dmog2.cu293 float tWeight = 0.0f; in mog2() local
323 tWeight += gmm_weight(mode * frame.rows + y, x); in mog2()
324 if (tWeight > c_TB) in mog2()
/external/opencv3/modules/video/src/
Dbgfg_gaussmix2.cpp465 float tWeight = 0; in detectShadowGMM() local
500 tWeight += g.weight; in detectShadowGMM()
501 if( tWeight > TB ) in detectShadowGMM()