Searched refs:DIMS (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/
H A Dutility.hpp412 const int DIMS = mat->dims; local
413 const int COLS = mat->size[DIMS - 1];
414 if (DIMS <= 2) {
420 idx[DIMS - 2] = range.start - 1;
423 idx[DIMS - 2]++;
424 for (int i = DIMS - 2; i >= 0; --i) {
434 this->rowCall(&idx[0], COLS, DIMS);
442 inline void rowCall(int* const idx, const int COLS, const int DIMS) const {
443 int &col = idx[DIMS - 1];

Completed in 416 milliseconds