OpenCV  2.4.13.4
Open Source Computer Vision
cv::detail::RotationWarperBase< P > Class Template Reference

#include <warpers.hpp>

Inheritance diagram for cv::detail::RotationWarperBase< P >:
cv::detail::RotationWarper

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)
 
- Public Member Functions inherited from cv::detail::RotationWarper
virtual ~RotationWarper ()
 
float getScale () const
 
void setScale (float)
 

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_
 

Member Function Documentation

§ buildMaps()

template<class P >
Rect cv::detail::RotationWarperBase< P >::buildMaps ( Size  src_size,
const Mat K,
const Mat R,
Mat xmap,
Mat ymap 
)
virtual

§ detectResultRoi()

§ detectResultRoiByBorder()

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

§ getScale()

template<class P>
float cv::detail::RotationWarperBase< P >::getScale ( ) const
inline

§ setScale()

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

§ warp()

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

§ warpBackward()

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

§ warpPoint()

template<class P >
Point2f cv::detail::RotationWarperBase< P >::warpPoint ( const Point2f pt,
const Mat K,
const Mat R 
)
virtual

§ warpRoi()

template<class P >
Rect cv::detail::RotationWarperBase< P >::warpRoi ( Size  src_size,
const Mat K,
const Mat R 
)
virtual

Member Data Documentation

§ projector_

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

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