Home
last modified time | relevance | path

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

/external/opencv3/modules/core/include/opencv2/core/
Dutility.hpp412 const int DIMS = mat->dims; in forEach_impl() local
413 const int COLS = mat->size[DIMS - 1]; in forEach_impl()
414 if (DIMS <= 2) { in forEach_impl()
420 idx[DIMS - 2] = range.start - 1; in forEach_impl()
423 idx[DIMS - 2]++; in forEach_impl()
424 for (int i = DIMS - 2; i >= 0; --i) { in forEach_impl()
434 this->rowCall(&idx[0], COLS, DIMS); in forEach_impl()
442 inline void rowCall(int* const idx, const int COLS, const int DIMS) const { in forEach_impl()
443 int &col = idx[DIMS - 1]; in forEach_impl()
/external/opencv3/doc/py_tutorials/py_imgproc/py_histograms/py_histogram_begins/
Dpy_histogram_begins.markdown52 **DIMS** : It is the number of parameters for which we collect the data. In this case, we collect