Searched refs:gmm_variance (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/cudabgsegm/src/cuda/ |
D | mog2.cu | 135 PtrStepf gmm_weight, PtrStepf gmm_variance, PtrStep<WorkT> gmm_mean, in mog2() argument 171 float var = gmm_variance(mode * frame.rows + y, x); in mog2() 205 gmm_variance(mode * frame.rows + y, x) = varnew; in mog2() 220 swap(gmm_variance, x, y, i - 1, frame.rows); in mog2() 269 gmm_variance(mode * frame.rows + y, x) = c_varInit; in mog2() 282 swap(gmm_variance, x, y, i - 1, frame.rows); in mog2() 316 if (sqr(dD) < c_Tb * gmm_variance(mode * frame.rows + y, x) * a * a) in mog2()
|