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

  /external/opencv3/samples/cpp/
bgfg_segm.cpp 60 Ptr<BackgroundSubtractor> bg_model = method == "knn" ? local
79 bg_model->apply(img, fgmask, update_bg_model ? -1 : 0);
90 bg_model->getBackgroundImage(bgimg);
  /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...]

Completed in 49 milliseconds