Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaimgproc/perf/
Dperf_hough.cpp119 std::vector<cv::Vec2f> cpu_lines; in PERF_TEST_P() local
121 TEST_CYCLE() cv::HoughLines(src, cpu_lines, rho, theta, threshold); in PERF_TEST_P()
123 SANITY_CHECK(cpu_lines); in PERF_TEST_P()
168 std::vector<cv::Vec4i> cpu_lines; variable
170 … TEST_CYCLE() cv::HoughLinesP(mask, cpu_lines, rho, theta, threshold, minLineLength, maxLineGap);
172 SANITY_CHECK(cpu_lines);