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

/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 138 milliseconds