Searched refs:bg_model_params (Results 1 – 1 of 1) sorted by relevance
/external/opencv/cvaux/src/ |
D | cvbgfg_gaussmix.cpp | 73 …tGaussians( CvGaussBGPoint* g_point, double* sort_key, CvGaussBGStatModelParams *bg_model_params ); 83 const CvGaussBGPoint* g_point, const CvGaussBGStatModelParams *bg_model_params ); 97 const CvGaussBGStatModelParams *bg_model_params ); 101 const CvGaussBGStatModelParams *bg_model_params); 103 … CvGaussBGPoint* g_point, const CvGaussBGStatModelParams *bg_model_params ); 107 const CvGaussBGStatModelParams *bg_model_params); 111 const CvGaussBGStatModelParams *bg_model_params ); 290 const CvGaussBGStatModelParams bg_model_params = bg_model->params; in icvUpdateGaussianBGModel() local 297 no_match = icvMatchTest( pixel, nChannels, match, g_point, &bg_model_params ); in icvUpdateGaussianBGModel() 302 icvUpdateFullNoMatch( curr_frame, p, match, g_point, &bg_model_params ); in icvUpdateGaussianBGModel() [all …]
|