HomeSort by relevance Sort by last modified time
    Searched refs:CV_SEQ_ELEM (Results 1 - 3 of 3) 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/opencv/cxcore/include/
cxtypes.h     [all...]

Completed in 151 milliseconds