Searched refs:RotationWarperBase (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/ |
| H A D | warpers.hpp | 141 class CV_EXPORTS_TEMPLATE RotationWarperBase : public RotationWarper class 180 class CV_EXPORTS PlaneWarper : public RotationWarperBase<PlaneProjector> 249 class CV_EXPORTS SphericalWarper : public RotationWarperBase<SphericalProjector> 275 class CV_EXPORTS CylindricalWarper : public RotationWarperBase<CylindricalProjector> 289 RotationWarperBase<CylindricalProjector>::detectResultRoiByBorder(src_size, dst_tl, dst_br); in detectResultRoi() 301 class CV_EXPORTS FisheyeWarper : public RotationWarperBase<FisheyeProjector> 315 class CV_EXPORTS StereographicWarper : public RotationWarperBase<StereographicProjector> 331 class CV_EXPORTS CompressedRectilinearWarper : public RotationWarperBase<CompressedRectilinearProje… 352 class CV_EXPORTS CompressedRectilinearPortraitWarper : public RotationWarperBase<CompressedRectilin… 373 class CV_EXPORTS PaniniWarper : public RotationWarperBase<PaniniProjector> [all …]
|
| H A D | warpers_inl.hpp | 56 Point2f RotationWarperBase<P>::warpPoint(const Point2f &pt, InputArray K, InputArray R) in warpPoint() 66 Rect RotationWarperBase<P>::buildMaps(Size src_size, InputArray K, InputArray R, OutputArray _xmap,… in buildMaps() 94 Point RotationWarperBase<P>::warp(InputArray src, InputArray K, InputArray R, int interp_mode, int … in warp() 108 void RotationWarperBase<P>::warpBackward(InputArray src, InputArray K, InputArray R, int interp_mod… in warpBackward() 139 Rect RotationWarperBase<P>::warpRoi(Size src_size, InputArray K, InputArray R) in warpRoi() 151 void RotationWarperBase<P>::detectResultRoi(Size src_size, Point &dst_tl, Point &dst_br) in detectResultRoi() 177 void RotationWarperBase<P>::detectResultRoiByBorder(Size src_size, Point &dst_tl, Point &dst_br) in detectResultRoiByBorder()
|