HomeSort by relevance Sort by last modified time
    Searched refs:Ftd (Results 1 - 2 of 2) sorted by null

  /external/opencv/cvaux/src/
cvbgfg_acmmm2003.cpp 155 CV_CALL( p_model->Ftd = cvCreateImage(cvSize(first_frame->width, first_frame->height), IPL_DEPTH_8U, 1));
200 cvReleaseImage( &model->Ftd );
331 int mask_step = model->Ftd->widthStep;
351 cvChangeDetection( prev_frame, curr_frame, model->Ftd );
354 for( i = 0; i < model->Ftd->height; i++ )
356 for( j = 0; j < model->Ftd->width; j++ )
358 if( ((uchar*)model->Fbd->imageData)[i*mask_step+j] || ((uchar*)model->Ftd->imageData)[i*mask_step+j] )
364 CvBGPixelStat* stat = model->pixel_stat + i * model->Ftd->width + j;
375 if( ((uchar*)model->Ftd->imageData)[i*mask_step+j] )
474 if( ((float)FG_pixels_count/(model->Ftd->width*model->Ftd->height)) > CV_BGFG_FGD_BG_UPDATE_TRESH
    [all...]
  /external/opencv/cvaux/include/
cvaux.h     [all...]

Completed in 49 milliseconds