Home | History | Annotate | Download | only in src

Lines Matching refs:rows

91     assert(results->rows == d->rows);
92 assert(results->rows == dist->rows);
96 for (int j = 0; j < d->rows; ++j) {
120 int rn = results->rows * results->cols;
141 std::vector<int> tmp(mat->rows);
174 assert(bounds_min->rows * bounds_min->cols == dims());
175 assert(bounds_max->rows * bounds_max->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);