OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:match_sum
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cvaux/src/
cvbgfg_gaussmix.cpp
121
//Ms is the
match_sum
which is the sum of matches for a particular gaussian
203
bg_model->g_point[n].g_values[0].
match_sum
= 1;
212
bg_model->g_point[n].g_values[k].
match_sum
= 0;
466
window_current += g_point->g_values[k].
match_sum
;
470
g_point->g_values[k].
match_sum
+= match[k];
475
if( g_point->g_values[k].
match_sum
> 0 && match[k] )
477
double learning_rate_gaussian = (double)match[k]/((double)g_point->g_values[k].
match_sum
);
499
g_point->g_values[bg_model_params->n_gauss - 1].
match_sum
= 1;
501
//get sum of all but last value of
match_sum
504
match_sum_total += g_point->g_values[k].
match_sum
;
[
all
...]
/external/opencv/cvaux/include/
cvaux.h
1350
int
match_sum
;
member in struct:CvGaussBGValues
[
all
...]
Completed in 74 milliseconds