HomeSort by relevance Sort by last modified time
    Searched refs:CV_IMPLEMENT_QSORT (Results 1 - 4 of 4) sorted by null

  /external/opencv/cv/src/
cvfeatureselect.cpp 45 static CV_IMPLEMENT_QSORT( icvSortFeatures, int *, cmp_features )
cvconvhull.cpp 195 static CV_IMPLEMENT_QSORT( icvSortPointsByPointers_32s, CvPoint*, cmp_pts )
196 static CV_IMPLEMENT_QSORT( icvSortPointsByPointers_32f, CvPoint2D32f*, cmp_pts )
cvfundam.cpp 255 static CV_IMPLEMENT_QSORT( icvSortDistances, int, CV_LT )
    [all...]
  /external/opencv/cxcore/include/
cxmisc.h 379 [static] CV_IMPLEMENT_QSORT( icvSortPoints, CvPoint, cmp_pts )
585 #define CV_IMPLEMENT_QSORT( func_name, T, cmp ) \
    [all...]

Completed in 82 milliseconds