Home
last modified time | relevance | path

Searched refs:CvCmpFunc (Results 1 – 2 of 2) sorted by relevance

/external/opencv/cxcore/include/
Dcxcore.h1085 typedef int (CV_CDECL* CvCmpFunc)(const void* a, const void* b, void* userdata ); typedef
1088 CVAPI(void) cvSeqSort( CvSeq* seq, CvCmpFunc func, void* userdata CV_DEFAULT(NULL) );
1091 CVAPI(schar*) cvSeqSearch( CvSeq* seq, const void* elem, CvCmpFunc func,
1100 CvSeq** labels, CvCmpFunc is_equal, void* userdata );
/external/opencv/cxcore/src/
Dcxdatastructs.cpp2154 icvMed3( schar* a, schar* b, schar* c, CvCmpFunc cmp_func, void* aux ) in icvMed3()
2162 cvSeqSort( CvSeq* seq, CvCmpFunc cmp_func, void* aux ) in cvSeqSort()
2448 cvSeqSearch( CvSeq* seq, const void* _elem, CvCmpFunc cmp_func, in cvSeqSearch()
2600 CvCmpFunc is_equal, void* userdata ) in cvSeqPartition()