Home
last modified time | relevance | path

Searched refs:Vec2fComparator (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/imgproc/test/ocl/
Dtest_houghlines.cpp16 struct Vec2fComparator struct
76 std::sort(lines_cpu.begin<Vec2f>(), lines_cpu.end<Vec2f>(), Vec2fComparator()); in PARAM_TEST_CASE()
77 std::sort(lines_gpu.begin<Vec2f>(), lines_gpu.end<Vec2f>(), Vec2fComparator()); in PARAM_TEST_CASE()
/external/opencv3/modules/imgproc/perf/opencl/
Dperf_houghLines.cpp18 struct Vec2fComparator struct
56 std::sort(result.begin<Vec2f>(), result.end<Vec2f>(), Vec2fComparator());
/external/opencv3/modules/cudaimgproc/perf/
Dperf_hough.cpp73 struct Vec2fComparator struct
114 std::sort(begin, end, Vec2fComparator()); in PERF_TEST_P()