Public Member Functions | Protected Member Functions | Protected Attributes
cv::detail::CylindricalPortraitWarper Class Reference

#include <warpers.hpp>

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

List of all members.

Public Member Functions

 CylindricalPortraitWarper (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

CylindricalPortraitProjector projector_

Constructor & Destructor Documentation


Member Function Documentation

void cv::detail::CylindricalPortraitWarper::detectResultRoi ( Size  src_size,
Point dst_tl,
Point dst_br 
) [protected, virtual]
Point2f cv::detail::RotationWarperBase< CylindricalPortraitProjector >::warpPoint ( const Point2f pt,
const Mat K,
const Mat R 
) [virtual, inherited]
Rect cv::detail::RotationWarperBase< CylindricalPortraitProjector >::buildMaps ( Size  src_size,
const Mat K,
const Mat R,
Mat xmap,
Mat ymap 
) [virtual, inherited]
Point cv::detail::RotationWarperBase< CylindricalPortraitProjector >::warp ( const Mat src,
const Mat K,
const Mat R,
int  interp_mode,
int  border_mode,
Mat dst 
) [virtual, inherited]
void cv::detail::RotationWarperBase< CylindricalPortraitProjector >::warpBackward ( const Mat src,
const Mat K,
const Mat R,
int  interp_mode,
int  border_mode,
Size  dst_size,
Mat dst 
) [virtual, inherited]
Rect cv::detail::RotationWarperBase< CylindricalPortraitProjector >::warpRoi ( Size  src_size,
const Mat K,
const Mat R 
) [virtual, inherited]

Reimplemented from cv::detail::RotationWarper.

Reimplemented from cv::detail::RotationWarper.

void cv::detail::RotationWarperBase< CylindricalPortraitProjector >::detectResultRoiByBorder ( Size  src_size,
Point dst_tl,
Point dst_br 
) [protected, inherited]

Member Data Documentation


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