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

#include <warpers.hpp>

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

Inherited by cv::detail::PlaneWarperGpu.

List of all members.

Public Member Functions

 PlaneWarper (float scale=1.f)
void setScale (float scale)
Point2f warpPoint (const Point2f &pt, const Mat &K, const Mat &R, const Mat &T)
Rect buildMaps (Size src_size, const Mat &K, const Mat &R, const Mat &T, Mat &xmap, Mat &ymap)
Point warp (const Mat &src, const Mat &K, const Mat &R, const Mat &T, int interp_mode, int border_mode, Mat &dst)
Rect warpRoi (Size src_size, const Mat &K, const Mat &R, const Mat &T)
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

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

PlaneProjector projector_

Constructor & Destructor Documentation

cv::detail::PlaneWarper::PlaneWarper ( float  scale = 1.f)

Member Function Documentation

Point2f cv::detail::PlaneWarper::warpPoint ( const Point2f pt,
const Mat K,
const Mat R,
const Mat T 
)
Rect cv::detail::PlaneWarper::buildMaps ( Size  src_size,
const Mat K,
const Mat R,
const Mat T,
Mat xmap,
Mat ymap 
)

Reimplemented in cv::detail::PlaneWarperGpu.

Point cv::detail::PlaneWarper::warp ( const Mat src,
const Mat K,
const Mat R,
const Mat T,
int  interp_mode,
int  border_mode,
Mat dst 
)

Reimplemented in cv::detail::PlaneWarperGpu.

Rect cv::detail::PlaneWarper::warpRoi ( Size  src_size,
const Mat K,
const Mat R,
const Mat T 
)
void cv::detail::PlaneWarper::detectResultRoi ( Size  src_size,
Point dst_tl,
Point dst_br 
) [protected, virtual]
Point2f cv::detail::RotationWarperBase< PlaneProjector >::warpPoint ( const Point2f pt,
const Mat K,
const Mat R 
) [virtual, inherited]
Rect cv::detail::RotationWarperBase< PlaneProjector >::buildMaps ( Size  src_size,
const Mat K,
const Mat R,
Mat xmap,
Mat ymap 
) [virtual, inherited]
Point cv::detail::RotationWarperBase< PlaneProjector >::warp ( const Mat src,
const Mat K,
const Mat R,
int  interp_mode,
int  border_mode,
Mat dst 
) [virtual, inherited]
void cv::detail::RotationWarperBase< PlaneProjector >::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< PlaneProjector >::warpRoi ( Size  src_size,
const Mat K,
const Mat R 
) [virtual, inherited]
float cv::detail::RotationWarperBase< PlaneProjector >::getScale ( ) const [inherited]

Reimplemented from cv::detail::RotationWarper.

void cv::detail::RotationWarperBase< PlaneProjector >::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: