HomeSort by relevance Sort by last modified time
    Searched full:window_current (Results 1 - 1 of 1) sorted by null

  /external/opencv/cvaux/src/
cvbgfg_gaussmix.cpp 463 int window_current = 0; local
466 window_current += g_point->g_values[k].match_sum;
471 double learning_rate_weight = (1.0/((double)window_current + 1.0)); //increased by one since sum

Completed in 59 milliseconds