Public Member Functions | Protected Member Functions | Protected Attributes
cv::detail::RotationWarperBase< P > Class Template Reference

#include <warpers.hpp>

Inherits cv::detail::RotationWarper.

List of all members.

Public Member Functions

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

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

Protected Attributes

projector_

template<class P>
class cv::detail::RotationWarperBase< P >


Member Function Documentation

template<class P >
Point2f cv::detail::RotationWarperBase< P >::warpPoint ( const Point2f pt,
const Mat K,
const Mat R 
) [virtual]
template<class P >
Rect cv::detail::RotationWarperBase< P >::buildMaps ( Size  src_size,
const Mat K,
const Mat R,
Mat xmap,
Mat ymap 
) [virtual]
template<class P >
Point cv::detail::RotationWarperBase< P >::warp ( const Mat src,
const Mat K,
const Mat R,
int  interp_mode,
int  border_mode,
Mat dst 
) [virtual]
template<class P >
void cv::detail::RotationWarperBase< P >::warpBackward ( const Mat src,
const Mat K,
const Mat R,
int  interp_mode,
int  border_mode,
Size  dst_size,
Mat dst 
) [virtual]
template<class P >
Rect cv::detail::RotationWarperBase< P >::warpRoi ( Size  src_size,
const Mat K,
const Mat R 
) [virtual]
template<class P>
float cv::detail::RotationWarperBase< P >::getScale ( ) const

Reimplemented from cv::detail::RotationWarper.

template<class P>
void cv::detail::RotationWarperBase< P >::setScale ( float  val)

Reimplemented from cv::detail::RotationWarper.

Reimplemented in cv::detail::PlaneWarper.

template<class P >
void cv::detail::RotationWarperBase< P >::detectResultRoi ( Size  src_size,
Point dst_tl,
Point dst_br 
) [protected, virtual]
template<class P >
void cv::detail::RotationWarperBase< P >::detectResultRoiByBorder ( Size  src_size,
Point dst_tl,
Point dst_br 
) [protected]

Member Data Documentation

template<class P>
P cv::detail::RotationWarperBase< P >::projector_ [protected]

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