Searched refs:hough_cmp_gt (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvhough.cpp71 #define hough_cmp_gt(l1,l2) (aux[l1] > aux[l2]) macro
73 static CV_IMPLEMENT_QSORT_EX( icvHoughSortDescent32s, int, hough_cmp_gt, const int* )

Completed in 161 milliseconds