Loading...
Searching...
No Matches
cv::detail::RotationWarper Class Referenceabstract

Rotation-only model image warper interface. More...

#include <opencv2/stitching/detail/warpers.hpp>

Inheritance diagram for cv::detail::RotationWarper:
cv::detail::RotationWarperBase< CompressedRectilinearPortraitProjector > cv::detail::RotationWarperBase< CompressedRectilinearProjector > cv::detail::RotationWarperBase< CylindricalPortraitProjector > cv::detail::RotationWarperBase< CylindricalProjector > cv::detail::RotationWarperBase< FisheyeProjector > cv::detail::RotationWarperBase< MercatorProjector > cv::detail::RotationWarperBase< PaniniPortraitProjector > cv::detail::RotationWarperBase< PaniniProjector > cv::detail::RotationWarperBase< PlanePortraitProjector > cv::detail::RotationWarperBase< PlaneProjector > cv::detail::RotationWarperBase< SphericalPortraitProjector > cv::detail::RotationWarperBase< SphericalProjector > cv::detail::RotationWarperBase< StereographicProjector > cv::detail::RotationWarperBase< TransverseMercatorProjector > cv::detail::RotationWarperBase< P >

Public Member Functions

virtual ~RotationWarper ()
 
virtual Rect buildMaps (Size src_size, InputArray K, InputArray R, OutputArray xmap, OutputArray ymap)=0
 Builds the projection maps according to the given camera data.
 
virtual float getScale () const
 
virtual void setScale (float)
 
virtual Point warp (InputArray src, InputArray K, InputArray R, int interp_mode, int border_mode, OutputArray dst)=0
 Projects the image.
 
virtual void warpBackward (InputArray src, InputArray K, InputArray R, int interp_mode, int border_mode, Size dst_size, OutputArray dst)=0
 Projects the image backward.
 
virtual Point2f warpPoint (const Point2f &pt, InputArray K, InputArray R)=0
 Projects the image point.
 
virtual Point2f warpPointBackward (const Point2f &pt, InputArray K, InputArray R)=0
 Projects the image point backward.
 
virtual Rect warpRoi (Size src_size, InputArray K, InputArray R)=0
 

Detailed Description

Rotation-only model image warper interface.

Constructor & Destructor Documentation

◆ ~RotationWarper()

virtual cv::detail::RotationWarper::~RotationWarper ( )
inlinevirtual

Member Function Documentation

◆ buildMaps()

virtual Rect cv::detail::RotationWarper::buildMaps ( Size  src_size,
InputArray  K,
InputArray  R,
OutputArray  xmap,
OutputArray  ymap 
)
pure virtual

◆ getScale()

◆ setScale()

◆ warp()

◆ warpBackward()

◆ warpPoint()

◆ warpPointBackward()

◆ warpRoi()


The documentation for this class was generated from the following file: