Searched defs:inv_total (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvhmm.cpp946 float inv_total; local
953 inv_total = total ? 1.f/total : 0;
959 (float)log( hmm->transP[i * hmm->num_states + j] * inv_total ) : -BIG_FLT;
971 float inv_total; local
977 inv_total = total ? 1.f/total : 0;
983 (float)log( ehmm->transP[i * ehmm->num_states + j] * inv_total) : -BIG_FLT ;

Completed in 70 milliseconds