Home
last modified time | relevance | path

Searched refs:CvGaussBGModel (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cvaux/src/
Dcvbgfg_gaussmix.cpp112 static void icvBackgroundTest( const int nChannels, int n, int i, int j, int *match, CvGaussBGModel
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; in cvCreateGaussianBGModel()
169 CV_CALL( bg_model = (CvGaussBGModel*)cvAlloc( sizeof(*bg_model) )); in cvCreateGaussianBGModel()
241 icvReleaseGaussianBGModel( CvGaussBGModel** _bg_model ) in icvReleaseGaussianBGModel()
252 CvGaussBGModel* bg_model = *_bg_model; in icvReleaseGaussianBGModel()
271 icvUpdateGaussianBGModel( IplImage* curr_frame, CvGaussBGModel* bg_model ) in icvUpdateGaussianBGModel()
575 static void icvBackgroundTest( const int nChannels, int n, int i, int j, int *match, CvGaussBGModel in icvBackgroundTest()
/external/opencv/cvaux/include/
Dcvaux.h1364 typedef struct CvGaussBGModel struct
1371 CvGaussBGModel; argument