OpenCV  3.2.0-dev
Open Source Computer Vision
cv::detail::CylindricalPortraitWarper Class Reference

#include "warpers.hpp"

Inheritance diagram for cv::detail::CylindricalPortraitWarper:
Collaboration diagram for cv::detail::CylindricalPortraitWarper:

Public Member Functions

 CylindricalPortraitWarper (float scale)
 
Rect buildMaps (Size src_size, InputArray K, InputArray R, OutputArray xmap, OutputArray ymap)
 Builds the projection maps according to the given camera data. More...
 
float getScale () const
 
void setScale (float val)
 
Point warp (InputArray src, InputArray K, InputArray R, int interp_mode, int border_mode, OutputArray dst)
 Projects the image. More...
 
void warpBackward (InputArray src, InputArray K, InputArray R, int interp_mode, int border_mode, Size dst_size, OutputArray dst)
 Projects the image backward. More...
 
Point2f warpPoint (const Point2f &pt, InputArray K, InputArray R)
 Projects the image point. More...
 
Rect warpRoi (Size src_size, InputArray K, InputArray R)
 

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

cv::detail::CylindricalPortraitWarper::CylindricalPortraitWarper ( float  scale)
inline

Member Function Documentation

Rect cv::detail::RotationWarperBase< CylindricalPortraitProjector >::buildMaps ( Size  src_size,
InputArray  K,
InputArray  R,
OutputArray  xmap,
OutputArray  ymap 
)
virtualinherited

Builds the projection maps according to the given camera data.

Parameters
src_sizeSource image size
KCamera intrinsic parameters
RCamera rotation matrix
xmapProjection map for the x axis
ymapProjection map for the y axis
Returns
Projected image minimum bounding box

Implements cv::detail::RotationWarper.

void cv::detail::CylindricalPortraitWarper::detectResultRoi ( Size  src_size,
Point dst_tl,
Point dst_br 
)
inlineprotectedvirtual
void cv::detail::RotationWarperBase< CylindricalPortraitProjector >::detectResultRoiByBorder ( Size  src_size,
Point dst_tl,
Point dst_br 
)
protectedinherited
float cv::detail::RotationWarperBase< CylindricalPortraitProjector >::getScale ( ) const
inlinevirtualinherited

Reimplemented from cv::detail::RotationWarper.

void cv::detail::RotationWarperBase< CylindricalPortraitProjector >::setScale ( float  val)
inlinevirtualinherited

Reimplemented from cv::detail::RotationWarper.

Point cv::detail::RotationWarperBase< CylindricalPortraitProjector >::warp ( InputArray  src,
InputArray  K,
InputArray  R,
int  interp_mode,
int  border_mode,
OutputArray  dst 
)
virtualinherited

Projects the image.

Parameters
srcSource image
KCamera intrinsic parameters
RCamera rotation matrix
interp_modeInterpolation mode
border_modeBorder extrapolation mode
dstProjected image
Returns
Project image top-left corner

Implements cv::detail::RotationWarper.

void cv::detail::RotationWarperBase< CylindricalPortraitProjector >::warpBackward ( InputArray  src,
InputArray  K,
InputArray  R,
int  interp_mode,
int  border_mode,
Size  dst_size,
OutputArray  dst 
)
virtualinherited

Projects the image backward.

Parameters
srcProjected image
KCamera intrinsic parameters
RCamera rotation matrix
interp_modeInterpolation mode
border_modeBorder extrapolation mode
dst_sizeBackward-projected image size
dstBackward-projected image

Implements cv::detail::RotationWarper.

Point2f cv::detail::RotationWarperBase< CylindricalPortraitProjector >::warpPoint ( const Point2f pt,
InputArray  K,
InputArray  R 
)
virtualinherited

Projects the image point.

Parameters
ptSource point
KCamera intrinsic parameters
RCamera rotation matrix
Returns
Projected point

Implements cv::detail::RotationWarper.

Rect cv::detail::RotationWarperBase< CylindricalPortraitProjector >::warpRoi ( Size  src_size,
InputArray  K,
InputArray  R 
)
virtualinherited
Parameters
src_sizeSource image bounding box
KCamera intrinsic parameters
RCamera rotation matrix
Returns
Projected image minimum bounding box

Implements cv::detail::RotationWarper.

Member Data Documentation


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