HomeSort by relevance Sort by last modified time
    Searched refs:CV_SEQ_ELEM (Results 1 - 6 of 6) sorted by null

  /external/opencv/cv/src/
cvconvhull.cpp 614 CvPoint* pos = *CV_SEQ_ELEM( hull, CvPoint*, 0 );
617 pos = *CV_SEQ_ELEM( hull, CvPoint*, 1 );
620 pos = *CV_SEQ_ELEM( hull, CvPoint*, 2 );
625 index1 = *CV_SEQ_ELEM( hull, int, 0 );
626 index2 = *CV_SEQ_ELEM( hull, int, 1 );
627 index3 = *CV_SEQ_ELEM( hull, int, 2 );
cvhaar.cpp     [all...]
  /external/opencv3/modules/imgproc/src/
convhull.cpp 603 CvPoint* pos = *CV_SEQ_ELEM( hull, CvPoint*, 0 );
606 pos = *CV_SEQ_ELEM( hull, CvPoint*, 1 );
609 pos = *CV_SEQ_ELEM( hull, CvPoint*, 2 );
614 index1 = *CV_SEQ_ELEM( hull, int, 0 );
615 index2 = *CV_SEQ_ELEM( hull, int, 1 );
616 index3 = *CV_SEQ_ELEM( hull, int, 2 );
  /external/opencv/cxcore/include/
cxtypes.h     [all...]
  /external/opencv3/modules/core/include/opencv2/core/
types_c.h     [all...]
  /external/opencv3/modules/objdetect/src/
haar.cpp     [all...]

Completed in 67 milliseconds