Home
last modified time | relevance | path

Searched refs:cvSeqRemove (Results 1 – 4 of 4) sorted by relevance

/external/opencv/cvaux/include/
Dcvvidsurv.hpp481 cvSeqRemove(m_pSeq,BlobIndex); in DelBlob()
579 cvSeqRemove(m_pSeq,TrackIndex); in DelBlobTrack()
/external/opencv/cvaux/src/
Dcvvecfacetracking.cpp385 cvSeqRemove(m_seqRects, j); in MergeRects()
/external/opencv/cxcore/include/
Dcxcore.h1002 CVAPI(void) cvSeqRemove( CvSeq* seq, int index );
/external/opencv/cxcore/src/
Dcxdatastructs.cpp1582 cvSeqRemove( CvSeq *seq, int index ) in cvSeqRemove() function