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

  /external/opencv/cxcore/src/
cxutils.cpp 984 static CV_IMPLEMENT_QSORT_EX( icvSort64f, double, CV_LT, int )
985 static CV_IMPLEMENT_QSORT_EX( icvSort32f, float, CV_LT, int )
986 static CV_IMPLEMENT_QSORT_EX( icvSort32s, int, CV_LT, int )
987 static CV_IMPLEMENT_QSORT_EX( icvSort16u, ushort, CV_LT, int )
988 static CV_IMPLEMENT_QSORT_EX( icvSort16s, short, CV_LT, int )
989 static CV_IMPLEMENT_QSORT_EX( icvSort8u, uchar, CV_LT, int )
990 static CV_IMPLEMENT_QSORT_EX( icvSort8s, schar, CV_LT, int )
    [all...]
  /external/opencv/cxcore/include/
cxmisc.h 181 #define CV_LT(a, b) ((a) < (b))
    [all...]
  /external/opencv/cv/src/
cvfundam.cpp 255 static CV_IMPLEMENT_QSORT( icvSortDistances, int, CV_LT )
    [all...]
  /external/opencv/ml/src/
mlboost.cpp     [all...]

Completed in 47 milliseconds