CV_SEQ_ELEM 1557 modules/core/include/opencv2/core/types_c.h #define CV_GET_SEQ_ELEM( elem_type, seq, index ) CV_SEQ_ELEM( (seq), elem_type, (index) ) CV_SEQ_ELEM 603 modules/imgproc/src/convhull.cpp CvPoint* pos = *CV_SEQ_ELEM( hull, CvPoint*, 0 ); CV_SEQ_ELEM 606 modules/imgproc/src/convhull.cpp pos = *CV_SEQ_ELEM( hull, CvPoint*, 1 ); CV_SEQ_ELEM 609 modules/imgproc/src/convhull.cpp pos = *CV_SEQ_ELEM( hull, CvPoint*, 2 ); CV_SEQ_ELEM 614 modules/imgproc/src/convhull.cpp index1 = *CV_SEQ_ELEM( hull, int, 0 ); CV_SEQ_ELEM 615 modules/imgproc/src/convhull.cpp index2 = *CV_SEQ_ELEM( hull, int, 1 ); CV_SEQ_ELEM 616 modules/imgproc/src/convhull.cpp index3 = *CV_SEQ_ELEM( hull, int, 2 ); CV_SEQ_ELEM 2189 modules/objdetect/src/haar.cpp fn = CV_SEQ_ELEM( rect_fn->data.seq, CvFileNode, 0 ); CV_SEQ_ELEM 2197 modules/objdetect/src/haar.cpp fn = CV_SEQ_ELEM( rect_fn->data.seq, CvFileNode, 1 ); CV_SEQ_ELEM 2205 modules/objdetect/src/haar.cpp fn = CV_SEQ_ELEM( rect_fn->data.seq, CvFileNode, 2 ); CV_SEQ_ELEM 2215 modules/objdetect/src/haar.cpp fn = CV_SEQ_ELEM( rect_fn->data.seq, CvFileNode, 3 ); CV_SEQ_ELEM 2225 modules/objdetect/src/haar.cpp fn = CV_SEQ_ELEM( rect_fn->data.seq, CvFileNode, 4 );