Lines Matching refs:cols
90 assert(d->cols == tr->dims());
93 assert(results->cols == k);
94 assert(dist->cols == k);
120 int rn = results->rows * results->cols;
146 (&tmp[0], &tmp[0] + tmp.size(), mat->cols,
174 assert(bounds_min->rows * bounds_min->cols == dims());
175 assert(bounds_max->rows * bounds_max->cols == dims());
216 if (desc->cols != dims)
218 if (results->rows != desc->rows && results->cols != k)
220 if (dist->rows != desc->rows && dist->cols != k)
229 desc = cvCreateMat(desc->rows, desc->cols, type);
253 if (bounds_min->cols * bounds_min->rows != dims ||
254 bounds_max->cols * bounds_max->rows != dims)
265 bounds_min = cvCreateMat(bounds_min->rows, bounds_min->cols, type);
269 bounds_max = cvCreateMat(bounds_max->rows, bounds_max->cols, type);