Home
last modified time | relevance | path

Searched refs:d_xmap_ (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()
413 d_xmap_.download(xmap); in buildMaps()
420 Rect result = buildMaps(src_size, K, R, T, d_xmap_, d_ymap_); in buildMaps()
421 d_xmap_.download(xmap); 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()
467 d_xmap_.download(xmap); 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()
499 d_xmap_.download(xmap); 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()