Home
last modified time | relevance | path

Searched defs:CV_GET_SEQ_ELEM (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cxcore/include/
Dcxtypes.h1527 #define CV_GET_SEQ_ELEM( elem_type, seq, index ) CV_SEQ_ELEM( (seq), elem_type, (index) ) macro
/external/opencv3/modules/core/include/opencv2/core/
Dtypes_c.h1557 #define CV_GET_SEQ_ELEM( elem_type, seq, index ) CV_SEQ_ELEM( (seq), elem_type, (index) ) macro