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

  /external/opencv/cvaux/src/
cvhmm.cpp 916 int nextsuperstate, nextstate; local
927 nextsuperstate = info->state[ 2*(counter + info->obs_x) ];
929 hmm->transP[superstate * transP_size + nextsuperstate] += 1;
    [all...]

Completed in 104 milliseconds