HomeSort by relevance Sort by last modified time
    Searched refs:weight_sum (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
WeightSum.java 29 setContentView(R.layout.weight_sum);
  /external/opencv/cvaux/src/
cvbgfg_gaussmix.cpp 579 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 1696 milliseconds