HomeSort by relevance Sort by last modified time
    Searched refs:hmm (Results 1 - 5 of 5) sorted by null

  /external/opencv/cvaux/src/
cvhmm1d.cpp 195 // Purpose: The function allocates memory for 1-dimensional HMM
198 // Parameters: hmm - addres of pointer to CvEHMM structure
199 // state_number - number of states in HMM
200 // num_mix - number of gaussian mixtures in HMM states
214 CvEHMM* hmm;
218 /* allocate memory for hmm */
219 hmm = (CvEHMM*)icvAlloc( sizeof(CvEHMM) );
222 hmm->num_states = state_number;
223 hmm->level = 0;
252 hmm->u.state = all_states
    [all...]
cvhmm.cpp 108 // Purpose: The function allocates memory for 2-dimensional embedded HMM model
111 // Parameters: hmm - addres of pointer to CvEHMM structure
112 // state_number - array of hmm sizes (size of array == state_number[0]+1 )
113 // num_mix - number of gaussian mixtures in low-level HMM states
119 // Notes: state_number[0] - number of states in external HMM.
120 // state_number[i] - number of states in embedded HMM
133 CvEHMM* hmm; local
144 hmm = (CvEHMM*)cvAlloc( (state_number[0] + 1) * sizeof(CvEHMM) );
147 hmm[0].num_states = state_number[0];
148 hmm[0].level = 1
202 CvEHMM* hmm = phmm[0]; local
1624 CvEHMM* hmm = 0; local
    [all...]
  /external/opencv/cvaux/include/
cvaux.h 99 * 1D/2D HMM *
131 int num_states; /* number of HMM states */
133 float** obsProb; /* if level == 0 - array of brob matrices corresponding to hmm
150 CVAPI(int) icvUniform1DSegm( Cv1DObsInfo* obs_info, CvEHMM* hmm );
152 CVAPI(int) icvInit1DMixSegm( Cv1DObsInfo** obs_info_array, int num_img, CvEHMM* hmm);
154 CVAPI(int) icvEstimate1DHMMStateParams( CvImgObsInfo** obs_info_array, int num_img, CvEHMM* hmm);
156 CVAPI(int) icvEstimate1DObsProb( CvImgObsInfo* obs_info, CvEHMM* hmm );
160 CvEHMM* hmm );
162 CVAPI(float) icvViterbi( Cv1DObsInfo* obs_info, CvEHMM* hmm);
164 CVAPI(int) icv1DMixSegmL2( CvImgObsInfo** obs_info_array, int num_img, CvEHMM* hmm );*/
172 CVAPI(void) cvRelease2DHMM( CvEHMM** hmm ); variable
    [all...]
  /build/make/
envsetup.sh 1 function hmm() { function
    [all...]
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 

Completed in 259 milliseconds