CylindricalWarper  491 modules/stitching/include/opencv2/stitching/detail/warpers.hpp class CV_EXPORTS CylindricalWarperGpu : public CylindricalWarper
CylindricalWarper  494 modules/stitching/include/opencv2/stitching/detail/warpers.hpp     CylindricalWarperGpu(float scale) : CylindricalWarper(scale) {}
CylindricalWarper   77 modules/stitching/include/opencv2/stitching/warpers.hpp     Ptr<detail::RotationWarper> create(float scale) const { return makePtr<detail::CylindricalWarper>(scale); }
CylindricalWarper   69 modules/stitching/perf/opencl/perf_warpers.cpp             creator = makePtr<CylindricalWarper>();
CylindricalWarper  359 modules/stitching/src/warpers.cpp Rect CylindricalWarper::buildMaps(Size src_size, InputArray K, InputArray R, OutputArray xmap, OutputArray ymap)
CylindricalWarper  395 modules/stitching/src/warpers.cpp Point CylindricalWarper::warp(InputArray src, InputArray K, InputArray R, int interp_mode, int border_mode, OutputArray dst)
CylindricalWarper  112 modules/stitching/test/ocl/test_warpers.cpp         Ptr<WarperCreator> creator = makePtr<CylindricalWarper>();
CylindricalWarper  609 samples/cpp/stitching_detailed.cpp             warper_creator = makePtr<cv::CylindricalWarper>();