Lines Matching refs:imageData

255             uchar* rowStart1 = (uchar*)curr_frame->imageData + y * curr_frame->widthStep + b;
256 uchar* rowStart2 = (uchar*)prev_frame->imageData + y * prev_frame->widthStep + b;
296 uchar* rowStart1 = (uchar*)(curr_frame->imageData) + y * curr_frame->widthStep + b;
297 uchar* rowStart2 = (uchar*)(prev_frame->imageData) + y * prev_frame->widthStep + b;
298 uchar* rowStart3 = (uchar*)(change_mask->imageData) + y * change_mask->widthStep;
358 if( ((uchar*)model->Fbd->imageData)[i*mask_step+j] || ((uchar*)model->Ftd->imageData)[i*mask_step+j] )
369 uchar* curr_data = (uchar*)(curr_frame->imageData) + i*curr_frame->widthStep + j*3;
370 uchar* prev_data = (uchar*)(prev_frame->imageData) + i*prev_frame->widthStep + j*3;
375 if( ((uchar*)model->Ftd->imageData)[i*mask_step+j] )
419 ((uchar*)model->foreground->imageData)[i*mask_step+j] = (uchar)(val*255);
494 uchar *curr_data = (uchar*)(curr_frame->imageData)+i*curr_frame->widthStep+j*3;
495 uchar *prev_data = (uchar*)(prev_frame->imageData)+i*prev_frame->widthStep+j*3;
497 if( ((uchar*)model->Ftd->imageData)[i*mask_step+j] || !stat->is_trained_dyn_model )
505 if( !((uchar*)model->foreground->imageData)[i*mask_step+j] )
556 if( !((uchar*)model->foreground->imageData)[i*mask_step+j] )
605 if( !((uchar*)model->Ftd->imageData)[i*mask_step+j] )
613 if( !((uchar*)model->foreground->imageData)[i*mask_step+j] )
658 if( !((uchar*)model->foreground->imageData)[i*mask_step+j] )
705 if( !((uchar*)model->foreground->imageData)[i*mask_step+j])
707 uchar* ptr = ((uchar*)model->background->imageData) + i*model->background->widthStep+j*3;
709 if( !((uchar*)model->Ftd->imageData)[i*mask_step+j] &&
710 !((uchar*)model->Fbd->imageData)[i*mask_step+j] )
717 //((uchar*)model->background->imageData)[i*model->background->widthStep+j*3+l]*=(1 - model->params.alpha1);
718 //((uchar*)model->background->imageData)[i*model->background->widthStep+j*3+l] += model->params.alpha1*curr_data[l];
726 //((uchar*)model->background->imageData)[i*model->background->widthStep+j*3+l] = curr_data[l];