HomeSort by relevance Sort by last modified time
    Searched full:begin_ind (Results 1 - 1 of 1) sorted by null

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

Completed in 252 milliseconds