Home
last modified time | relevance | path

Searched refs:inv_total (Results 1 – 2 of 2) sorted by relevance

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