Searched defs:cvGetSeqElem (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxdatastructs.cpp527 cvGetSeqElem( const CvSeq *seq, int index ) function
2530 schar* ptr = cvGetSeqElem( seq, k );
/external/opencv3/modules/core/src/
H A Ddatastructs.cpp441 cvGetSeqElem( const CvSeq *seq, int index ) function
2262 schar* ptr = cvGetSeqElem( seq, k );
3568 return cvGetSeqElem(seq, index);

Completed in 111 milliseconds