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

  /external/opencv/cvaux/src/
cvhmm1d.cpp 71 CvStatus icvForward1DHMM( int num_states, int num_obs, CvMatr64d A,
84 double* alpha = icvAlloc( num_states*num_obs * sizeof( double ) );
107 for (t = 1 ; t < num_obs; t++)
157 CvSize num_obs, int obs_size )
159 int total = num_obs.height * num_obs.width;
163 obs->obs_x = num_obs.width;
164 obs->obs_y = num_obs.height;
376 int num_obs = obs->obs_x;
379 for (i = 0; i < num_obs; i++, vector+=obs->obs_size
    [all...]
cvhmm.cpp 70 CvSize num_obs, int obs_size )
72 int total = num_obs.height * num_obs.width;
76 obs->obs_x = num_obs.width;
77 obs->obs_y = num_obs.height;
444 int num_obs = ( obs->obs_x ) * ( obs->obs_y ); local
447 for (i = 0; i < num_obs; i++, vector+=obs->obs_size )
1402 int num_obs = info->obs_y * info->obs_x; local
    [all...]

Completed in 53 milliseconds