Searched refs:cvSeqElemIdx (Results 1 - 3 of 3) sorted by relevance

/external/opencv/cv/src/
H A Dcvconvhull.cpp615 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/
H A Dcxcore.h1018 CVAPI(int) cvSeqElemIdx( const CvSeq* seq, const void* element,
/external/opencv/cxcore/src/
H A Dcxdatastructs.cpp566 cvSeqElemIdx( const CvSeq* seq, const void* _element, CvSeqBlock** _block ) function
574 CV_FUNCNAME( "cvSeqElemIdx" );

Completed in 2061 milliseconds