Home
last modified time | relevance | path

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

/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dwarpers.hpp412 Rect result = buildMaps(src_size, K, R, d_xmap_, d_ymap_); in buildMaps()
414 d_ymap_.download(ymap); in buildMaps()
420 Rect result = buildMaps(src_size, K, R, T, d_xmap_, d_ymap_); in buildMaps()
422 d_ymap_.download(ymap); in buildMaps()
455 cuda::GpuMat d_xmap_, d_ymap_, d_src_, d_dst_; member in cv::detail::PlaneWarperGpu
466 Rect result = buildMaps(src_size, K, R, d_xmap_, d_ymap_); in buildMaps()
468 d_ymap_.download(ymap); in buildMaps()
487 cuda::GpuMat d_xmap_, d_ymap_, d_src_, d_dst_; member in cv::detail::SphericalWarperGpu
498 Rect result = buildMaps(src_size, K, R, d_xmap_, d_ymap_); in buildMaps()
500 d_ymap_.download(ymap); in buildMaps()
[all …]
/external/opencv3/modules/stitching/src/
Dwarpers_cuda.cpp203 Rect dst_roi = buildMaps(src.size(), K, R, T, d_xmap_, d_ymap_); in warp()
205 cuda::remap(src, dst, d_xmap_, d_ymap_, interp_mode, border_mode); in warp()
247 Rect dst_roi = buildMaps(src.size(), K, R, d_xmap_, d_ymap_); in warp()
249 cuda::remap(src, dst, d_xmap_, d_ymap_, interp_mode, border_mode); in warp()
293 Rect dst_roi = buildMaps(src.size(), K, R, d_xmap_, d_ymap_); in warp()
295 cuda::remap(src, dst, d_xmap_, d_ymap_, interp_mode, border_mode); in warp()