Home
last modified time | relevance | path

Searched refs:g_point (Results 1 – 3 of 3) sorted by relevance

/external/opencv/cvaux/src/
Dcvbgfg_gaussmix.cpp73 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()
190 CV_CALL( bg_model->g_point[0].g_values = in cvCreateGaussianBGModel()
200 bg_model->g_point[n].g_values = in cvCreateGaussianBGModel()
[all …]
/external/lldb/test/functionalities/data-formatter/data-formatter-globals/
Dmain.cpp20 Point g_point(3,4); variable
/external/opencv/cvaux/include/
Dcvaux.h1368 CvGaussBGPoint* g_point; member