Searched defs:bg_model (Results 1 – 4 of 4) sorted by relevance
138 CvGaussBGModel* bg_model = 0; in cvCreateGaussianBGModel() local252 CvGaussBGModel* bg_model = *_bg_model; in icvReleaseGaussianBGModel() local271 icvUpdateGaussianBGModel( IplImage* curr_frame, CvGaussBGModel* bg_model ) in icvUpdateGaussianBGModel()575 …icvBackgroundTest( const int nChannels, int n, int i, int j, int *match, CvGaussBGModel* bg_model ) in icvBackgroundTest()
48 CV_IMPL void cvRefineForegroundMaskBySegm( CvSeq* segments, CvBGStatModel* bg_model ) in cvRefineForegroundMaskBySegm()
60 Ptr<BackgroundSubtractor> bg_model = method == "knn" ? in main() local
1179 CV_INLINE void cvReleaseBGStatModel( CvBGStatModel** bg_model ) in cvReleaseBGStatModel()1186 CV_INLINE int cvUpdateBGStatModel( IplImage* current_frame, CvBGStatModel* bg_model ) in cvUpdateBGStatModel()