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

#include <warpers.hpp>

Inherits cv::detail::CylindricalWarper.

Public Member Functions

 CylindricalWarperGpu (float scale)
 
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)
 
Rect buildMaps (Size src_size, const Mat &K, const Mat &R, gpu::GpuMat &xmap, gpu::GpuMat &ymap)
 
Point warp (const gpu::GpuMat &src, const Mat &K, const Mat &R, int interp_mode, int border_mode, gpu::GpuMat &dst)
 
Point2f warpPoint (const Point2f &pt, const Mat &K, const Mat &R)
 
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

CylindricalProjector projector_
 

Constructor & Destructor Documentation

cv::detail::CylindricalWarperGpu::CylindricalWarperGpu ( float  scale)

Member Function Documentation

Rect cv::detail::CylindricalWarperGpu::buildMaps ( Size  src_size,
const Mat K,
const Mat R,
Mat xmap,
Mat ymap 
)
virtual
Point cv::detail::CylindricalWarperGpu::warp ( const Mat src,
const Mat K,
const Mat R,
int  interp_mode,
int  border_mode,
Mat dst 
)
virtual
Rect cv::detail::CylindricalWarperGpu::buildMaps ( Size  src_size,
const Mat K,
const Mat R,
gpu::GpuMat xmap,
gpu::GpuMat ymap 
)
Point cv::detail::CylindricalWarperGpu::warp ( const gpu::GpuMat src,
const Mat K,
const Mat R,
int  interp_mode,
int  border_mode,
gpu::GpuMat dst 
)
void cv::detail::CylindricalWarper::detectResultRoi ( Size  src_size,
Point dst_tl,
Point dst_br 
)
protectedvirtualinherited
Point2f cv::detail::RotationWarperBase< CylindricalProjector >::warpPoint ( const Point2f pt,
const Mat K,
const Mat R 
)
virtualinherited
void cv::detail::RotationWarperBase< CylindricalProjector >::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< CylindricalProjector >::warpRoi ( Size  src_size,
const Mat K,
const Mat R 
)
virtualinherited
float cv::detail::RotationWarperBase< CylindricalProjector >::getScale ( ) const
inherited
void cv::detail::RotationWarperBase< CylindricalProjector >::setScale ( float  val)
inherited
void cv::detail::RotationWarperBase< CylindricalProjector >::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: