Lines Matching refs:alphaT
136 const float alphaT, const float alpha1, const float prune)
192 weight += alphaT;
193 float k = alphaT / weight;
258 gmm_weight(mode * frame.rows + y, x) = alphaT;
277 if (alphaT < gmm_weight((i - 1) * frame.rows + y, x))
334 float alphaT, float prune, bool detectShadows, cudaStream_t stream)
339 const float alpha1 = 1.0f - alphaT;
347 alphaT, alpha1, prune);
355 alphaT, alpha1, prune);
365 float alphaT, float prune, bool detectShadows, cudaStream_t stream)
367 typedef void (*func_t)(PtrStepSzb frame, PtrStepSzb fgmask, PtrStepSzb modesUsed, PtrStepSzf weight, PtrStepSzf variance, PtrStepSzb mean, float alphaT, float prune, bool detectShadows, cudaStream_t stream);
374 funcs[cn](frame, fgmask, modesUsed, weight, variance, mean, alphaT, prune, detectShadows, stream);