Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
cv::detail::SphericalPortraitWarper Class Reference

#include <warpers.hpp>

Inherits cv::detail::RotationWarperBase< SphericalPortraitProjector >.

Public Member Functions

 SphericalPortraitWarper (float scale)
 
Point2f warpPoint (const Point2f &pt, const Mat &K, const Mat &R)
 
Rect buildMaps (Size src_size, const Mat &K, const Mat &R, Mat &xmap, Mat &ymap)
 
Point warp (const Mat &src, const Mat &K, const Mat &R, int interp_mode, int border_mode, Mat &dst)
 
void warpBackward (const Mat &src, const Mat &K, const Mat &R, int interp_mode, int border_mode, Size dst_size, Mat &dst)
 
Rect warpRoi (Size src_size, const Mat &K, const Mat &R)
 
float getScale () const
 
void setScale (float val)
 

Protected Member Functions

void detectResultRoi (Size src_size, Point &dst_tl, Point &dst_br)
 
void detectResultRoiByBorder (Size src_size, Point &dst_tl, Point &dst_br)
 

Protected Attributes

SphericalPortraitProjector projector_
 

Constructor & Destructor Documentation

cv::detail::SphericalPortraitWarper::SphericalPortraitWarper ( float  scale)

Member Function Documentation

void cv::detail::SphericalPortraitWarper::detectResultRoi ( Size  src_size,
Point dst_tl,
Point dst_br 
)
protectedvirtual
Point2f cv::detail::RotationWarperBase< SphericalPortraitProjector >::warpPoint ( const Point2f pt,
const Mat K,
const Mat R 
)
virtualinherited
Rect cv::detail::RotationWarperBase< SphericalPortraitProjector >::buildMaps ( Size  src_size,
const Mat K,
const Mat R,
Mat xmap,
Mat ymap 
)
virtualinherited
Point cv::detail::RotationWarperBase< SphericalPortraitProjector >::warp ( const Mat src,
const Mat K,
const Mat R,
int  interp_mode,
int  border_mode,
Mat dst 
)
virtualinherited
void cv::detail::RotationWarperBase< SphericalPortraitProjector >::warpBackward ( const Mat src,
const Mat K,
const Mat R,
int  interp_mode,
int  border_mode,
Size  dst_size,
Mat dst 
)
virtualinherited
Rect cv::detail::RotationWarperBase< SphericalPortraitProjector >::warpRoi ( Size  src_size,
const Mat K,
const Mat R 
)
virtualinherited
float cv::detail::RotationWarperBase< SphericalPortraitProjector >::getScale ( ) const
inherited
void cv::detail::RotationWarperBase< SphericalPortraitProjector >::setScale ( float  val)
inherited
void cv::detail::RotationWarperBase< SphericalPortraitProjector >::detectResultRoiByBorder ( Size  src_size,
Point dst_tl,
Point dst_br 
)
protectedinherited

Member Data Documentation


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