Home
last modified time | relevance | path

Searched refs:countFrames (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cvaux/src/
Dcvbgfg_gaussmix.cpp221 bg_model->countFrames = 0; in cvCreateGaussianBGModel()
277 bg_model->countFrames++; in icvUpdateGaussianBGModel()
298 if( bg_model->countFrames >= bg_model->params.win_size ) in icvUpdateGaussianBGModel()
/external/opencv/cvaux/include/
Dcvaux.h1369 int countFrames; member