Home
last modified time | relevance | path

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

/external/opencv3/modules/imgproc/perf/opencl/
Dperf_houghLines.cpp18 struct Vec2fComparator struct
20 bool operator()(const Vec2f& a, const Vec2f b) const in operator ()()
/external/opencv3/modules/imgproc/test/ocl/
Dtest_houghlines.cpp16 struct Vec2fComparator struct
18 bool operator()(const Vec2f& a, const Vec2f b) const in operator ()()
/external/opencv3/modules/cudaimgproc/perf/
Dperf_hough.cpp73 struct Vec2fComparator struct
75 bool operator()(const cv::Vec2f& a, const cv::Vec2f b) const in operator ()()