Searched refs:CV_SEQ_ELEM (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/modules/imgproc/src/ |
D | convhull.cpp | 603 CvPoint* pos = *CV_SEQ_ELEM( hull, CvPoint*, 0 ); in cvConvexityDefects() 606 pos = *CV_SEQ_ELEM( hull, CvPoint*, 1 ); in cvConvexityDefects() 609 pos = *CV_SEQ_ELEM( hull, CvPoint*, 2 ); in cvConvexityDefects() 614 index1 = *CV_SEQ_ELEM( hull, int, 0 ); in cvConvexityDefects() 615 index2 = *CV_SEQ_ELEM( hull, int, 1 ); in cvConvexityDefects() 616 index3 = *CV_SEQ_ELEM( hull, int, 2 ); in cvConvexityDefects()
|
/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) )
|
/external/opencv3/modules/objdetect/src/ |
D | haar.cpp | 2189 fn = CV_SEQ_ELEM( rect_fn->data.seq, CvFileNode, 0 ); in icvReadHaarClassifier() 2197 fn = CV_SEQ_ELEM( rect_fn->data.seq, CvFileNode, 1 ); in icvReadHaarClassifier() 2205 fn = CV_SEQ_ELEM( rect_fn->data.seq, CvFileNode, 2 ); in icvReadHaarClassifier() 2215 fn = CV_SEQ_ELEM( rect_fn->data.seq, CvFileNode, 3 ); in icvReadHaarClassifier() 2225 fn = CV_SEQ_ELEM( rect_fn->data.seq, CvFileNode, 4 ); in icvReadHaarClassifier()
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | types_c.h | 1549 #define CV_SEQ_ELEM( seq, elem_type, index ) \ macro 1557 #define CV_GET_SEQ_ELEM( elem_type, seq, index ) CV_SEQ_ELEM( (seq), elem_type, (index) )
|