Home
last modified time | relevance | path

Searched defs:CV_IMPLEMENT_QSORT_EX (Results 1 – 4 of 4) sorted by relevance

/external/opencv/ml/src/
Dmlboost.cpp328 static CV_IMPLEMENT_QSORT_EX( icvSortDblPtr, double*, CV_CMP_NUM_PTR, int ) in CV_IMPLEMENT_QSORT_EX() function
1212 static CV_IMPLEMENT_QSORT_EX( icvSort_64f, double, CV_LT, int ) in CV_IMPLEMENT_QSORT_EX() function
Dmltree.cpp119 static CV_IMPLEMENT_QSORT_EX( icvSortIntPtr, int*, CV_CMP_NUM_PTR, int ) in CV_IMPLEMENT_QSORT_EX() function
/external/opencv/cv/src/
Dcvhough.cpp73 static CV_IMPLEMENT_QSORT_EX( icvHoughSortDescent32s, int, hough_cmp_gt, const int* ) in CV_IMPLEMENT_QSORT_EX() function
/external/opencv/cxcore/include/
Dcxmisc.h421 #define CV_IMPLEMENT_QSORT_EX( func_name, T, LT, user_data_type ) \ macro