HomeSort by relevance Sort by last modified time
    Searched refs:getElemSize (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/core/include/opencv2/core/
utility.hpp 372 static inline size_t getElemSize(int type) { return CV_ELEM_SIZE(type); }
  /external/opencv3/modules/imgproc/src/
filter.cpp 109 int srcElemSize = (int)getElemSize(srcType);
171 int esz = (int)getElemSize(srcType);
172 int bufElemSize = (int)getElemSize(bufType);
187 constBorderRow.resize(getElemSize(bufType)*(maxWidth + ksize.width - 1 + VEC_ALIGN));
302 int esz = (int)getElemSize(srcType), btab_esz = borderElemSize;
    [all...]
  /external/opencv3/modules/core/src/
persistence.cpp     [all...]

Completed in 462 milliseconds