Lines Matching full:current_frame
1186 CV_INLINE int cvUpdateBGStatModel( IplImage* current_frame, CvBGStatModel* bg_model )1188 return bg_model && bg_model->update ? bg_model->update( current_frame, bg_model ) : 0;