Searched refs:CV_GET_SEQ_ELEM (Results 1 – 4 of 4) sorted by relevance
/external/opencv/cv/src/ |
D | cvconvhull.cpp | 648 hull_cur = CV_GET_SEQ_ELEM( CvPoint, ptseq, index ); in cvConvexityDefects() 667 hull_next = CV_GET_SEQ_ELEM( CvPoint, ptseq, t ); in cvConvexityDefects()
|
/external/opencv3/modules/imgproc/src/ |
D | convhull.cpp | 637 hull_cur = CV_GET_SEQ_ELEM( CvPoint, ptseq, index ); in cvConvexityDefects() 656 hull_next = CV_GET_SEQ_ELEM( CvPoint, ptseq, t ); in cvConvexityDefects()
|
/external/opencv/cxcore/include/ |
D | cxtypes.h | 1527 #define CV_GET_SEQ_ELEM( elem_type, seq, index ) CV_SEQ_ELEM( (seq), elem_type, (index) ) macro
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | types_c.h | 1557 #define CV_GET_SEQ_ELEM( elem_type, seq, index ) CV_SEQ_ELEM( (seq), elem_type, (index) ) macro
|