HomeSort by relevance Sort by last modified time
    Searched defs:CV_ELEM_SIZE (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/core/include/opencv2/core/
cvdef.h 176 #define CV_ELEM_SIZE(type) \
  /external/opencv/cxcore/include/
cxtypes.h 614 #define CV_ELEM_SIZE(type) \
630 m.step = rows > 1 ? m.cols*CV_ELEM_SIZE(type) : 0;
645 CV_MAT_ELEM_PTR_FAST( mat, row, col, CV_ELEM_SIZE((mat).type) )
    [all...]

Completed in 61 milliseconds