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

  /external/opencv/cvaux/src/
cvbgfg_gaussmix.cpp 159 params.n_gauss = CV_BGFG_MOG_NGAUSSIANS;
191 (CvGaussBGValues*)cvAlloc( sizeof(CvGaussBGValues)*params.n_gauss*
201 bg_model->g_point[0].g_values + n*params.n_gauss;
209 for( k = 1; k < params.n_gauss; k++)
358 for( i = 1; i < bg_model_params->n_gauss; i++ )
382 for ( k = 0; k < bg_model_params->n_gauss; k++) match[k]=0;
384 for ( k = 0; k < bg_model_params->n_gauss; k++) {
411 for( k = 0; k < bg_model_params->n_gauss; k++ )
414 for( k = 0; k < bg_model_params->n_gauss; k++ )
441 for(int k = 0; k < bg_model_params->n_gauss; k++)
    [all...]
  /external/opencv/cvaux/include/
cvaux.h 1343 int n_gauss; member in struct:CvGaussBGStatModelParams
    [all...]

Completed in 446 milliseconds