Searched refs:CV_GET_SEQ_ELEM (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cv/src/
H A Dcvconvhull.cpp648 hull_cur = CV_GET_SEQ_ELEM( CvPoint, ptseq, index );
667 hull_next = CV_GET_SEQ_ELEM( CvPoint, ptseq, t );
/external/opencv/cxcore/include/
H A Dcxtypes.h1527 #define CV_GET_SEQ_ELEM( elem_type, seq, index ) CV_SEQ_ELEM( (seq), elem_type, (index) ) macro

Completed in 151 milliseconds