Searched defs:bg_model (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvbgfg_gaussmix.cpp112 static void icvBackgroundTest( const int nChannels, int n, int i, int j, int *match, CvGaussBGModel* bg_model );
114 static void CV_CDECL icvReleaseGaussianBGModel( CvGaussBGModel** bg_model );
115 static int CV_CDECL icvUpdateGaussianBGModel( IplImage* curr_frame, CvGaussBGModel* bg_model );
138 CvGaussBGModel* bg_model = 0; local
169 CV_CALL( bg_model = (CvGaussBGModel*)cvAlloc( sizeof(*bg_model) ));
170 memset( bg_model, 0, sizeof(*bg_model) );
171 bg_model->type = CV_BG_MODEL_MOG;
172 bg_model
252 CvGaussBGModel* bg_model = *_bg_model; local
[all...]

Completed in 66 milliseconds