Lines Matching refs:cols
105 roi.width = image->cols;
109 CV_ASSERT( (unsigned)roi.x < (unsigned)image->cols &&
112 roi.x + roi.width <= image->cols &&
115 if( image->cols != model->size.width || image->rows != model->size.height )
120 int bufSz = image->cols*image->rows*sizeof(model->cbmap[0]);
123 model->size = cvSize(image->cols, image->rows);
142 CvBGCodeBookElem** cb = model->cbmap + image->cols*(y + roi.y) + roi.x;
241 image->cols == model->size.width && image->rows == model->size.height &&
246 roi.width = image->cols;
250 CV_ASSERT( (unsigned)roi.x < (unsigned)image->cols &&
253 roi.x + roi.width <= image->cols &&
265 CvBGCodeBookElem** cb = model->cbmap + image->cols*(y + roi.y) + roi.x;
306 mask->cols == model->size.width && mask->rows == model->size.height) );
314 CV_ASSERT( (unsigned)roi.x < (unsigned)mask->cols &&
317 roi.x + roi.width <= mask->cols &&