RotationWarperBase  180 modules/stitching/include/opencv2/stitching/detail/warpers.hpp class CV_EXPORTS PlaneWarper : public RotationWarperBase<PlaneProjector>
RotationWarperBase  220 modules/stitching/include/opencv2/stitching/detail/warpers.hpp class CV_EXPORTS SphericalWarper : public RotationWarperBase<SphericalProjector>
RotationWarperBase  245 modules/stitching/include/opencv2/stitching/detail/warpers.hpp class CV_EXPORTS CylindricalWarper : public RotationWarperBase<CylindricalProjector>
RotationWarperBase  259 modules/stitching/include/opencv2/stitching/detail/warpers.hpp         RotationWarperBase<CylindricalProjector>::detectResultRoiByBorder(src_size, dst_tl, dst_br);
RotationWarperBase  271 modules/stitching/include/opencv2/stitching/detail/warpers.hpp class CV_EXPORTS FisheyeWarper : public RotationWarperBase<FisheyeProjector>
RotationWarperBase  285 modules/stitching/include/opencv2/stitching/detail/warpers.hpp class CV_EXPORTS StereographicWarper : public RotationWarperBase<StereographicProjector>
RotationWarperBase  301 modules/stitching/include/opencv2/stitching/detail/warpers.hpp class CV_EXPORTS CompressedRectilinearWarper : public RotationWarperBase<CompressedRectilinearProjector>
RotationWarperBase  322 modules/stitching/include/opencv2/stitching/detail/warpers.hpp class CV_EXPORTS CompressedRectilinearPortraitWarper : public RotationWarperBase<CompressedRectilinearPortraitProjector>
RotationWarperBase  343 modules/stitching/include/opencv2/stitching/detail/warpers.hpp class CV_EXPORTS PaniniWarper : public RotationWarperBase<PaniniProjector>
RotationWarperBase  364 modules/stitching/include/opencv2/stitching/detail/warpers.hpp class CV_EXPORTS PaniniPortraitWarper : public RotationWarperBase<PaniniPortraitProjector>
RotationWarperBase  384 modules/stitching/include/opencv2/stitching/detail/warpers.hpp class CV_EXPORTS MercatorWarper : public RotationWarperBase<MercatorProjector>
RotationWarperBase  398 modules/stitching/include/opencv2/stitching/detail/warpers.hpp class CV_EXPORTS TransverseMercatorWarper : public RotationWarperBase<TransverseMercatorProjector>
RotationWarperBase  532 modules/stitching/include/opencv2/stitching/detail/warpers.hpp class CV_EXPORTS SphericalPortraitWarper : public RotationWarperBase<SphericalPortraitProjector>
RotationWarperBase  548 modules/stitching/include/opencv2/stitching/detail/warpers.hpp class CV_EXPORTS CylindricalPortraitWarper : public RotationWarperBase<CylindricalPortraitProjector>
RotationWarperBase  556 modules/stitching/include/opencv2/stitching/detail/warpers.hpp         RotationWarperBase<CylindricalPortraitProjector>::detectResultRoiByBorder(src_size, dst_tl, dst_br);
RotationWarperBase  567 modules/stitching/include/opencv2/stitching/detail/warpers.hpp class CV_EXPORTS PlanePortraitWarper : public RotationWarperBase<PlanePortraitProjector>
RotationWarperBase  575 modules/stitching/include/opencv2/stitching/detail/warpers.hpp         RotationWarperBase<PlanePortraitProjector>::detectResultRoiByBorder(src_size, dst_tl, dst_br);
RotationWarperBase   56 modules/stitching/include/opencv2/stitching/detail/warpers_inl.hpp Point2f RotationWarperBase<P>::warpPoint(const Point2f &pt, InputArray K, InputArray R)
RotationWarperBase   66 modules/stitching/include/opencv2/stitching/detail/warpers_inl.hpp Rect RotationWarperBase<P>::buildMaps(Size src_size, InputArray K, InputArray R, OutputArray _xmap, OutputArray _ymap)
RotationWarperBase   94 modules/stitching/include/opencv2/stitching/detail/warpers_inl.hpp Point RotationWarperBase<P>::warp(InputArray src, InputArray K, InputArray R, int interp_mode, int border_mode,
RotationWarperBase  108 modules/stitching/include/opencv2/stitching/detail/warpers_inl.hpp void RotationWarperBase<P>::warpBackward(InputArray src, InputArray K, InputArray R, int interp_mode, int border_mode,
RotationWarperBase  139 modules/stitching/include/opencv2/stitching/detail/warpers_inl.hpp Rect RotationWarperBase<P>::warpRoi(Size src_size, InputArray K, InputArray R)
RotationWarperBase  151 modules/stitching/include/opencv2/stitching/detail/warpers_inl.hpp void RotationWarperBase<P>::detectResultRoi(Size src_size, Point &dst_tl, Point &dst_br)
RotationWarperBase  177 modules/stitching/include/opencv2/stitching/detail/warpers_inl.hpp void RotationWarperBase<P>::detectResultRoiByBorder(Size src_size, Point &dst_tl, Point &dst_br)
RotationWarperBase  343 modules/stitching/src/warpers.cpp     return RotationWarperBase<SphericalProjector>::buildMaps(src_size, K, R, xmap, ymap);
RotationWarperBase  392 modules/stitching/src/warpers.cpp     return RotationWarperBase<CylindricalProjector>::buildMaps(src_size, K, R, xmap, ymap);