HomeSort by relevance Sort by last modified time
    Searched full:d_xmap (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/cudawarping/perf/
perf_warping.cpp 123 const cv::cuda::GpuMat d_xmap(xmap);
127 TEST_CYCLE() cv::cuda::remap(d_src, dst, d_xmap, d_ymap, interpolation, borderMode);
  /external/opencv3/samples/gpu/performance/
tests.cpp 92 cuda::GpuMat d_src, d_dst, d_xmap, d_ymap; local
123 d_xmap.upload(xmap);
126 cuda::remap(d_src, d_dst, d_xmap, d_ymap, interpolation, borderMode);
129 cuda::remap(d_src, d_dst, d_xmap, d_ymap, interpolation, borderMode);

Completed in 2215 milliseconds