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

  /external/opencv/cvaux/src/
cvbgfg_acmmm2003.cpp 401 else if( stat->is_trained_st_model )
480 stat->is_trained_st_model = stat->is_trained_dyn_model = 1;
607 float alpha = stat->is_trained_st_model ? model->params.alpha2 : model->params.alpha3;
689 if( sum1 > model->params.T ) stat->is_trained_st_model = 1;
  /external/opencv/cvaux/include/
cvaux.h 1294 uchar is_trained_st_model; member in struct:CvBGPixelStat
    [all...]

Completed in 120 milliseconds