Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvhmm.cpp917 int begin_ind; in icvEstimateTransProb() local
920 begin_ind = (int)(hmm->u.ehmm[superstate].u.state - first_state); in icvEstimateTransProb()
921 state = info->state[ 2 * counter + 1] - begin_ind; in icvEstimateTransProb()
936 nextstate = info->state[2*(counter+1) + 1] - begin_ind; in icvEstimateTransProb()