OpenCV  3.4.0
Open Source Computer Vision
Public Member Functions | Protected Member Functions | List of all members
cv::detail::CylindricalPortraitWarper Class Reference

#include "warpers.hpp"

Inheritance diagram for cv::detail::CylindricalPortraitWarper:
cv::detail::RotationWarperBase< CylindricalPortraitProjector > cv::detail::RotationWarper

Public Member Functions

 CylindricalPortraitWarper (float scale)
 
- Public Member Functions inherited from cv::detail::RotationWarperBase< CylindricalPortraitProjector >
Rect buildMaps (Size src_size, InputArray K, InputArray R, OutputArray xmap, OutputArray ymap)
 Builds the projection maps according to the given camera data. More...
 
float getScale () const
 
void setScale (float val)
 
Point warp (InputArray src, InputArray K, InputArray R, int interp_mode, int border_mode, OutputArray dst)
 Projects the image. More...
 
void warpBackward (InputArray src, InputArray K, InputArray R, int interp_mode, int border_mode, Size dst_size, OutputArray dst)
 Projects the image backward. More...
 
Point2f warpPoint (const Point2f &pt, InputArray K, InputArray R)
 Projects the image point. More...
 
Rect warpRoi (Size src_size, InputArray K, InputArray R)
 
- Public Member Functions inherited from cv::detail::RotationWarper
virtual ~RotationWarper ()
 

Protected Member Functions

void detectResultRoi (Size src_size, Point &dst_tl, Point &dst_br)
 
- Protected Member Functions inherited from cv::detail::RotationWarperBase< CylindricalPortraitProjector >
void detectResultRoiByBorder (Size src_size, Point &dst_tl, Point &dst_br)
 

Additional Inherited Members

- Protected Attributes inherited from cv::detail::RotationWarperBase< CylindricalPortraitProjector >
CylindricalPortraitProjector projector_
 

Constructor & Destructor Documentation

§ CylindricalPortraitWarper()

cv::detail::CylindricalPortraitWarper::CylindricalPortraitWarper ( float  scale)
inline

Member Function Documentation

§ detectResultRoi()

void cv::detail::CylindricalPortraitWarper::detectResultRoi ( Size  src_size,
Point dst_tl,
Point dst_br 
)
inlineprotectedvirtual

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