Searched defs:CV_ELEM_SIZE (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/
H A Dcvdef.h176 #define CV_ELEM_SIZE(type) \ macro
/external/opencv/cxcore/include/
H A Dcxtypes.h614 #define CV_ELEM_SIZE(type) \ macro
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) )

Completed in 479 milliseconds