Searched refs:CvGaussBGPoint (Results 1 – 2 of 2) sorted by relevance
/external/opencv/cvaux/src/ |
D | cvbgfg_gaussmix.cpp | 73 static void icvInsertionSortGaussians( CvGaussBGPoint* g_point, double* sort_key, CvGaussBGStatMode… 83 const CvGaussBGPoint* g_point, const CvGaussBGStatModelParams *bg_model_params ); 96 CvGaussBGPoint* g_point, 100 CvGaussBGPoint* g_point, 103 … CvGaussBGPoint* g_point, const CvGaussBGStatModelParams *bg_model_params ); 106 CvGaussBGPoint* g_point, 110 static void icvGetSortKey( const int nChannels, double* sort_key, const CvGaussBGPoint* g_point, 178 CV_CALL( bg_model->g_point = (CvGaussBGPoint*)cvAlloc(sizeof(CvGaussBGPoint)* in cvCreateGaussianBGModel() 289 CvGaussBGPoint* g_point = &bg_model->g_point[n]; in icvUpdateGaussianBGModel() 355 static void icvInsertionSortGaussians( CvGaussBGPoint* g_point, double* sort_key, CvGaussBGStatMode… in icvInsertionSortGaussians() [all …]
|
/external/opencv/cvaux/include/ |
D | cvaux.h | 1357 typedef struct CvGaussBGPoint struct 1361 CvGaussBGPoint; argument 1368 CvGaussBGPoint* g_point;
|