Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Dconvhull.cpp694 hull_cur = CV_GET_SEQ_ELEM( CvPoint, ptseq, index ); in cvConvexityDefects()
713 hull_next = CV_GET_SEQ_ELEM( CvPoint, ptseq, t ); in cvConvexityDefects()
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dtypes_c.h1865 #define CV_GET_SEQ_ELEM( elem_type, seq, index ) CV_SEQ_ELEM( (seq), elem_type, (index) ) macro