HomeSort by relevance Sort by last modified time
    Searched full:bg_model (Results 1 - 3 of 3) 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; 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->release = (CvReleaseBGStatModel)icvReleaseGaussianBGModel
252 CvGaussBGModel* bg_model = *_bg_model; local
    [all...]
cvbgfg_common.cpp 47 // bg_model - pointer to CvBGStatModel structure
48 CV_IMPL void cvRefineForegroundMaskBySegm( CvSeq* segments, CvBGStatModel* bg_model )
50 IplImage* tmp_image = cvCreateImage(cvSize(bg_model->foreground->width,bg_model->foreground->height),
59 cvAnd(tmp_image, bg_model->foreground, tmp_image);
62 cvDrawContours( bg_model->foreground, &seq, CV_RGB(0, 0, 255), CV_RGB(0, 0, 255), 10, -1);
64 cvDrawContours( bg_model->foreground, &seq, CV_RGB(0, 0, 0), CV_RGB(0, 0, 0), 10, -1);
  /external/opencv/cvaux/include/
cvaux.h     [all...]

Completed in 67 milliseconds