Home | History | Annotate | Download | only in src

Lines Matching refs:Ftd

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 )
476 for( i = 0; i < model->Ftd->height; i++ )
477 for( j = 0; j < model->Ftd->width; j++ )
479 CvBGPixelStat* stat = model->pixel_stat + i * model->Ftd->width + j;
486 for( i = 0; i < model->Ftd->height; i++ )
488 for( j = 0; j < model->Ftd->width; j++ )
490 CvBGPixelStat* stat = model->pixel_stat + i * model->Ftd->width + j;
497 if( ((uchar*)model->Ftd->imageData)[i*mask_step+j] || !stat->is_trained_dyn_model )
605 if( !((uchar*)model->Ftd->imageData)[i*mask_step+j] )
709 if( !((uchar*)model->Ftd->imageData)[i*mask_step+j] &&