SphericalWarperGpu  175 modules/stitching/include/opencv2/stitching/warpers.hpp     Ptr<detail::RotationWarper> create(float scale) const { return makePtr<detail::SphericalWarperGpu>(scale); }
SphericalWarperGpu   67 modules/stitching/src/stitcher.cpp         stitcher.setWarper(makePtr<SphericalWarperGpu>());
SphericalWarperGpu  555 modules/stitching/src/stitcher.cpp         stitcher->setWarper(makePtr<SphericalWarperGpu>());
SphericalWarperGpu  210 modules/stitching/src/warpers_cuda.cpp Rect cv::detail::SphericalWarperGpu::buildMaps(Size src_size, InputArray K, InputArray R, cuda::GpuMat & xmap, cuda::GpuMat & ymap)
SphericalWarperGpu  233 modules/stitching/src/warpers_cuda.cpp Point cv::detail::SphericalWarperGpu::warp(const cuda::GpuMat & src, InputArray K, InputArray R,
SphericalWarperGpu  601 samples/cpp/stitching_detailed.cpp             warper_creator = makePtr<cv::SphericalWarperGpu>();