OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:d_ymap
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/cudawarping/perf/
perf_warping.cpp
124
const cv::cuda::GpuMat
d_ymap
(ymap);
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
124
d_ymap
.upload(ymap);
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 77 milliseconds