Home
last modified time | relevance | path

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

/external/opencv3/modules/cudaimgproc/test/
Dtest_hough.cpp155 cv::cuda::GpuMat d_circles; in CUDA_TEST_P() local
156 houghCircles->detect(loadMat(src, useRoi), d_circles); in CUDA_TEST_P()
159 d_circles.download(circles); in CUDA_TEST_P()
/external/opencv3/modules/cudaimgproc/perf/
Dperf_hough.cpp205 cv::cuda::GpuMat d_circles; variable
209 TEST_CYCLE() houghCircles->detect(d_src, d_circles);
211 cv::Mat gpu_circles(d_circles);