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

/external/opencv/cvaux/src/
H A Dcvhmm1d.cpp1126 int gamma_total = 0;
1131 gamma_total += ((int*)(first_state[i].weight))[m];
1134 norm = gamma_total ? (1.f/(float)gamma_total) : 0.f;
H A Dcvhmm.cpp1500 int gamma_total = 0; local
1505 gamma_total += ((int*)(first_state[i].weight))[m];
1508 norm = gamma_total ? (1.f/(float)gamma_total) : 0.f;

Completed in 75 milliseconds