Searched defs:Tb (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/video/src/
H A Dbgfg_gaussmix2.cpp340 // and that is varThreshold=4*4=16; Corresponds to Tb in the paper.
407 //Tb - threshold on the squared Mahalan. dist. to decide if it is well described
410 //and that is Tb=4*4=16;
463 float Tb, float TB, float tau)
496 if (dist2a < Tb*g.variance*a*a)
540 Tb = _Tb;
619 //background? - Tb - usually larger than Tg
620 if( totalWeight < TB && dist2 < Tb*var )
730 detectShadows && detectShadowGMM(data, nchannels, nmodes, gmm, mean, Tb, TB, tau) ?
743 float alphaT, Tb, T member in class:cv::MOG2Invoker
461 detectShadowGMM(const float* data, int nchannels, int nmodes, const GMM* gmm, const float* mean, float Tb, float TB, float tau) argument
[all...]

Completed in 59 milliseconds