Searched refs:CV_SEQ_ELEM (Results 1 – 3 of 3) sorted by relevance
/external/opencv/cv/src/ |
D | cvconvhull.cpp | 614 CvPoint* pos = *CV_SEQ_ELEM( hull, CvPoint*, 0 ); in cvConvexityDefects() 617 pos = *CV_SEQ_ELEM( hull, CvPoint*, 1 ); in cvConvexityDefects() 620 pos = *CV_SEQ_ELEM( hull, CvPoint*, 2 ); in cvConvexityDefects() 625 index1 = *CV_SEQ_ELEM( hull, int, 0 ); in cvConvexityDefects() 626 index2 = *CV_SEQ_ELEM( hull, int, 1 ); in cvConvexityDefects() 627 index3 = *CV_SEQ_ELEM( hull, int, 2 ); in cvConvexityDefects()
|
D | cvhaar.cpp | 1920 fn = CV_SEQ_ELEM( rect_fn->data.seq, CvFileNode, 0 ); in icvReadHaarClassifier() 1928 fn = CV_SEQ_ELEM( rect_fn->data.seq, CvFileNode, 1 ); in icvReadHaarClassifier() 1936 fn = CV_SEQ_ELEM( rect_fn->data.seq, CvFileNode, 2 ); in icvReadHaarClassifier() 1946 fn = CV_SEQ_ELEM( rect_fn->data.seq, CvFileNode, 3 ); in icvReadHaarClassifier() 1956 fn = CV_SEQ_ELEM( rect_fn->data.seq, CvFileNode, 4 ); in icvReadHaarClassifier()
|
/external/opencv/cxcore/include/ |
D | cxtypes.h | 1519 #define CV_SEQ_ELEM( seq, elem_type, index ) \ macro 1527 #define CV_GET_SEQ_ELEM( elem_type, seq, index ) CV_SEQ_ELEM( (seq), elem_type, (index) )
|