Home | History | Annotate | Download | only in src

Lines Matching refs:pixel

52 //int  depth;         /* pixel depth in bits: IPL_DEPTH_8U ...*/
76 Test whether pixel can be explained by background model;
291 double pixel[4];
295 pixel[k] = (uchar)curr_frame->imageData[p+k];
297 no_match = icvMatchTest( pixel, nChannels, match, g_point, &bg_model_params );
300 icvUpdateFullWindow( pixel, nChannels, match, g_point, &bg_model->params );
306 icvUpdatePartialWindow( pixel, nChannels, match, g_point, &bg_model_params );
308 icvUpdatePartialNoMatch( pixel, nChannels, match, g_point, &bg_model_params );
525 icvUpdatePartialNoMatch(double *pixel,
544 g_point->g_values[bg_model_params->n_gauss - 1].mean[m] = pixel[m];