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

  /external/opencv/cv/src/
cvconvhull.cpp 615 CV_CALL( index1 = cvSeqElemIdx( ptseq, pos ));
618 CV_CALL( index2 = cvSeqElemIdx( ptseq, pos ));
621 CV_CALL( index3 = cvSeqElemIdx( ptseq, pos ));
643 index = cvSeqElemIdx( ptseq, (char*)hull_cur, 0 );
  /external/opencv/cxcore/include/
cxcore.h     [all...]
  /external/opencv/cxcore/src/
cxdatastructs.cpp 566 cvSeqElemIdx( const CvSeq* seq, const void* _element, CvSeqBlock** _block )
574 CV_FUNCNAME( "cvSeqElemIdx" );
    [all...]

Completed in 137 milliseconds