Home | History | Annotate | Download | only in cuda

Lines Matching refs:totalWeight

158             float totalWeight = 0.0f;
180 if (totalWeight < c_TB && dist2 < c_Tb * var)
236 totalWeight += weight;
241 totalWeight = 1.f / totalWeight;
243 gmm_weight(mode * frame.rows + y, x) *= totalWeight;
389 float totalWeight = 0.0f;
398 totalWeight += weight;
400 if(totalWeight > c_TB)
404 meanVal = meanVal * (1.f / totalWeight);