SphericalWarper   459 modules/stitching/include/opencv2/stitching/detail/warpers.hpp class CV_EXPORTS SphericalWarperGpu : public SphericalWarper
SphericalWarper   462 modules/stitching/include/opencv2/stitching/detail/warpers.hpp     SphericalWarperGpu(float scale) : SphericalWarper(scale) {}
SphericalWarper    84 modules/stitching/include/opencv2/stitching/warpers.hpp     Ptr<detail::RotationWarper> create(float scale) const { return makePtr<detail::SphericalWarper>(scale); }
SphericalWarper    53 modules/stitching/perf/opencl/perf_stitch.cpp         stitcher.setWarper(makePtr<SphericalWarper>());
SphericalWarper    90 modules/stitching/perf/opencl/perf_stitch.cpp         stitcher.setWarper(makePtr<SphericalWarper>());
SphericalWarper   132 modules/stitching/perf/opencl/perf_stitch.cpp         stitcher.setWarper(makePtr<SphericalWarper>());
SphericalWarper    67 modules/stitching/perf/opencl/perf_warpers.cpp             creator = makePtr<SphericalWarper>();
SphericalWarper    51 modules/stitching/perf/perf_stich.cpp         stitcher.setWarper(makePtr<SphericalWarper>());
SphericalWarper    88 modules/stitching/perf/perf_stich.cpp         stitcher.setWarper(makePtr<SphericalWarper>());
SphericalWarper    78 modules/stitching/src/stitcher.cpp         stitcher.setWarper(makePtr<SphericalWarper>());
SphericalWarper   566 modules/stitching/src/stitcher.cpp             stitcher->setWarper(makePtr<SphericalWarper>());
SphericalWarper   223 modules/stitching/src/warpers.cpp void SphericalWarper::detectResultRoi(Size src_size, Point &dst_tl, Point &dst_br)
SphericalWarper   311 modules/stitching/src/warpers.cpp Rect SphericalWarper::buildMaps(Size src_size, InputArray K, InputArray R, OutputArray xmap, OutputArray ymap)
SphericalWarper   346 modules/stitching/src/warpers.cpp Point SphericalWarper::warp(InputArray src, InputArray K, InputArray R, int interp_mode, int border_mode, OutputArray dst)
SphericalWarper    91 modules/stitching/test/ocl/test_warpers.cpp         Ptr<WarperCreator> creator = makePtr<SphericalWarper>();
SphericalWarper   611 samples/cpp/stitching_detailed.cpp             warper_creator = makePtr<cv::SphericalWarper>();