Home
last modified time | relevance | path

Searched defs:g_point (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cvaux/src/
Dcvbgfg_gaussmix.cpp289 CvGaussBGPoint* g_point = &bg_model->g_point[n]; in icvUpdateGaussianBGModel() local
355 static void icvInsertionSortGaussians( CvGaussBGPoint* g_point, double* sort_key, CvGaussBGStatMode… in icvInsertionSortGaussians()
377 const CvGaussBGPoint* g_point, in icvMatchTest()
437 CvGaussBGPoint* g_point, in icvUpdateFullWindow()
460 …datePartialWindow( double* src_pixel, int nChannels, int* match, CvGaussBGPoint* g_point, const Cv… in icvUpdatePartialWindow()
491 CvGaussBGPoint* g_point, in icvUpdateFullNoMatch()
528 CvGaussBGPoint* g_point, in icvUpdatePartialNoMatch()
553 static void icvGetSortKey( const int nChannels, double* sort_key, const CvGaussBGPoint* g_point, in icvGetSortKey()
580 CvGaussBGPoint* g_point = bg_model->g_point; in icvBackgroundTest() local
/external/opencv/cvaux/include/
Dcvaux.h1368 CvGaussBGPoint* g_point; member