Searched refs:weight_sum (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Drollingaccumulator.h131 double weight_sum = 0.0; local
135 weight_sum += current_weight;
140 return weighted_mean / weight_sum;
/external/opencv/cvaux/src/
H A Dcvbgfg_gaussmix.cpp579 double weight_sum = 0.0; local
587 weight_sum += g_point[n].g_values[b].weight;
590 if( weight_sum > bg_model->params.bg_threshold )

Completed in 376 milliseconds