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

  /external/opencv/cvaux/src/
cvhmm.cpp 137 //compute total number of states of all level in 2d EHMM
179 hmm->u.ehmm = hmm + 1;
215 cvFree( &(hmm->u.ehmm->u.state->mu) );
216 cvFree( &(hmm->u.ehmm->u.state) );
270 first_state = hmm->u.ehmm->u.state;
277 int index = (int)(hmm->u.ehmm[superstate].u.state - first_state);
281 int state = (int)((j * hmm->u.ehmm[superstate].num_states)* inv_x); /* / obs_info->obs_x; */
291 CvEHMMState* first_state = hmm->u.ehmm->u.state;
303 CvEHMM* ehmm = &(hmm->u.ehmm[i])
684 CvEHMM* ehmm = &( hmm->u.ehmm[i] ); local
711 CvEHMM* ehmm = &(hmm->u.ehmm[i]); local
741 CvEHMM* ehmm = &(hmm->u.ehmm[i]); local
842 CvEHMM* ehmm = &(hmm->u.ehmm[i]); local
966 CvEHMM* ehmm = &(hmm->u.ehmm[k]); local
1306 CvEHMM* ehmm = &(hmm->u.ehmm[i]); local
    [all...]
cvhmm1d.cpp 544 total_states += hmm->u.ehmm[j].num_states;
604 /* distribute pointers of ehmm->obsProb */
607 hmm->u.ehmm[i].obsProb = tmp;
613 /* distribute pointers of ehmm->obsProb[j] */
616 CvEHMM* ehmm = &( hmm->u.ehmm[i] );
620 ehmm->obsProb[j] = tmpf;
621 tmpf += ehmm->num_states * obs_info->obs_x;
646 // CvEHMM* ehmm = &(hmm->u.ehmm[i])
    [all...]
  /external/opencv/cvaux/include/
cvaux.h 139 struct CvEHMM* ehmm; /* pointer to an embedded model or NULL, if it is a leaf */ member in union:CvEHMM::__anon32699
195 CVAPI(void) cvUniformImgSegm( CvImgObsInfo* obs_info, CvEHMM* ehmm );
    [all...]

Completed in 174 milliseconds