Home
last modified time | relevance | path

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

/external/opencv3/modules/cudawarping/perf/
Dperf_warping.cpp124 const cv::cuda::GpuMat d_ymap(ymap); in PERF_TEST_P() local
127 TEST_CYCLE() cv::cuda::remap(d_src, dst, d_xmap, d_ymap, interpolation, borderMode); in PERF_TEST_P()
/external/opencv3/samples/gpu/performance/
Dtests.cpp92 cuda::GpuMat d_src, d_dst, d_xmap, d_ymap; in TEST() local
124 d_ymap.upload(ymap); in TEST()
126 cuda::remap(d_src, d_dst, d_xmap, d_ymap, interpolation, borderMode); in TEST()
129 cuda::remap(d_src, d_dst, d_xmap, d_ymap, interpolation, borderMode); in TEST()