Searched refs:total_obs (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvhmm1d.cpp1057 int total_obs = info->obs_x;// * info->obs_y;
1061 for (j = 0; j < total_obs; j++, vector+=vect_len )
H A Dcvhmm.cpp1430 int total_obs = info->obs_x * info->obs_y; local
1434 for (j = 0; j < total_obs; j++, vector+=vect_len )

Completed in 101 milliseconds