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

  /external/opencv/cvaux/src/
cvbgfg_gaussmix.cpp 112 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;
169 CV_CALL( bg_model = (CvGaussBGModel*)cvAlloc( sizeof(*bg_model) ));
241 icvReleaseGaussianBGModel( CvGaussBGModel** _bg_model )
252 CvGaussBGModel* bg_model = *_bg_model;
271 icvUpdateGaussianBGModel( IplImage* curr_frame, CvGaussBGModel* bg_model )
575 static void icvBackgroundTest( const int nChannels, int n, int i, int j, int *match, CvGaussBGModel* bg_model )
  /external/opencv/cvaux/include/
cvaux.h     [all...]

Completed in 257 milliseconds