Searched refs:cvSeqInsert (Results 1 - 2 of 2) sorted by relevance

/external/opencv/cxcore/include/
H A Dcxcore.h997 cvSeqInsert(seq,0,elem) == cvSeqPushFront(seq,elem) */
998 CVAPI(schar*) cvSeqInsert( CvSeq* seq, int before_index,
/external/opencv/cxcore/src/
H A Dcxdatastructs.cpp1458 cvSeqInsert( CvSeq *seq, int before_index, void *element ) function
1467 CV_FUNCNAME( "cvSeqInsert" );

Completed in 139 milliseconds