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

  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
warpers.hpp 412 Rect result = buildMaps(src_size, K, R, d_xmap_, d_ymap_);
414 d_ymap_.download(ymap);
420 Rect result = buildMaps(src_size, K, R, T, d_xmap_, d_ymap_);
422 d_ymap_.download(ymap);
455 cuda::GpuMat d_xmap_, d_ymap_, d_src_, d_dst_; member in class:cv::detail::PlaneWarperGpu
466 Rect result = buildMaps(src_size, K, R, d_xmap_, d_ymap_);
468 d_ymap_.download(ymap);
487 cuda::GpuMat d_xmap_, d_ymap_, d_src_, d_dst_; member in class:cv::detail::SphericalWarperGpu
498 Rect result = buildMaps(src_size, K, R, d_xmap_, d_ymap_);
500 d_ymap_.download(ymap)
519 cuda::GpuMat d_xmap_, d_ymap_, d_src_, d_dst_; member in class:cv::detail::CylindricalWarperGpu
    [all...]
  /external/opencv3/modules/stitching/src/
warpers_cuda.cpp 203 Rect dst_roi = buildMaps(src.size(), K, R, T, d_xmap_, d_ymap_);
205 cuda::remap(src, dst, d_xmap_, d_ymap_, interp_mode, border_mode);
247 Rect dst_roi = buildMaps(src.size(), K, R, d_xmap_, d_ymap_);
249 cuda::remap(src, dst, d_xmap_, d_ymap_, interp_mode, border_mode);
293 Rect dst_roi = buildMaps(src.size(), K, R, d_xmap_, d_ymap_);
295 cuda::remap(src, dst, d_xmap_, d_ymap_, interp_mode, border_mode);

Completed in 2401 milliseconds