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

/external/opencv/cvaux/src/
H A Dcvhmm.cpp603 int total_states = 0; local
612 total_states += hmm->u.ehmm[j].num_states;
618 int need_size = ( obs_info->obs_x * obs_info->obs_y * total_states * sizeof(float) +
633 int need_size = ( obs_info->obs_x * obs_info->obs_y * total_states * sizeof(float) +

Completed in 49 milliseconds