Home
last modified time | relevance | path

Searched refs:cvSeqSort (Results 1 – 7 of 7) sorted by relevance

/external/opencv/ml/src/
Dmltestset.cpp130 CV_CALL( cvSeqSort( seq, icvCmpDI, NULL ) ); in cvCreateTestSet()
/external/opencv/cvaux/src/
Dcvvecfacetracking.cpp240 cvSeqSort(m_seqRects, CompareEnergy, NULL); in FindRects()
246 cvSeqSort(m_seqRects, CompareEnergy, NULL); in FindRects()
253 cvSeqSort(m_seqRects, CompareEnergy, NULL); in FindRects()
260 cvSeqSort(m_seqRects, CompareEnergy, NULL); in FindRects()
Dcvfacedetection.cpp125 cvSeqSort(m_seqRects, CompareContourRect, NULL); in FindContours()
/external/opencv/cxcore/include/
Dcxcore.h1088 CVAPI(void) cvSeqSort( CvSeq* seq, CvCmpFunc func, void* userdata CV_DEFAULT(NULL) );
/external/opencv/cxcore/src/
Dcxdrawing.cpp1268 cvSeqSort( (CvSeq*)edges, icvCmpEdges, 0 ); in icvFillEdgeCollection()
Dcxdatastructs.cpp2162 cvSeqSort( CvSeq* seq, CvCmpFunc cmp_func, void* aux ) in cvSeqSort() function
Dcxpersistence.cpp3777 cvSeqSort( elements, icvSortIdxCmpFunc, &dims ); in icvWriteSparseMat()