Home | History | Annotate | Download | only in src

Lines Matching refs:mu

240     pointers = (float*)icvAlloc( total_mix * (2/*for mu invvar */ * obs_size + 
246 all_states[i].mu = pointers; pointers += num_mix[i] * obs_size;
273 icvFree( &(hmm->u.state->mu) );
442 // mu - pointer to the mean vector of the Gaussian pdf
450 /*float icvComputeUniModeGauss(CvVect32f vect, CvVect32f mu,
461 tmp = (vect[n] - mu[n]) * inv_var[n];
474 // mu - two-dimensional pointer to the mean vector of the Gaussian pdf;
489 /*float icvComputeGaussMixture( CvVect32f vect, float* mu,
499 mu, inv_var, log_var_val[0], vect_size);
508 l_prob = icvComputeUniModeGauss(vect, mu + m*vect_size,
716 float* mu = state[l].mu + m*vect_size;
721 double t = (vect[k] - mu[k])*inv_var[k];
804 matr_line[m] = icvComputeGaussMixture( vect, state[m].mu, state[m].inv_var,
923 state[e_state].mu, info->obs_size);
929 state[e_state].mu + m * info->obs_size,
1047 memset( (void*)first_state[i].mu, 0, first_state[i].num_mix * vect_len *
1066 CvVect32f mean = first_state[state].mu + mixture * vect_len;
1085 CvVect32f mu = state->mu + m * vect_len;
1092 icvScaleVector_32f( mu, mu, vect_len, inv_gamma);
1096 icvMulVectors_32f(mu, mu, tmp_vect, vect_len);