#include <warpers.hpp>
Inherits cv::detail::RotationWarperBase< CylindricalProjector >.
Inherited by cv::detail::CylindricalWarperGpu.
Public Member Functions | |
| CylindricalWarper (float scale) | |
| 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 | |
| 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_ |
| cv::detail::CylindricalWarper::CylindricalWarper | ( | float | scale | ) |
| void cv::detail::CylindricalWarper::detectResultRoi | ( | Size | src_size, |
| Point & | dst_tl, | ||
| Point & | dst_br | ||
| ) | [protected, virtual] |
Reimplemented from cv::detail::RotationWarperBase< CylindricalProjector >.
| Point2f cv::detail::RotationWarperBase< CylindricalProjector >::warpPoint | ( | const Point2f & | pt, |
| const Mat & | K, | ||
| const Mat & | R | ||
| ) | [virtual, inherited] |
Implements cv::detail::RotationWarper.
| Rect cv::detail::RotationWarperBase< CylindricalProjector >::buildMaps | ( | Size | src_size, |
| const Mat & | K, | ||
| const Mat & | R, | ||
| Mat & | xmap, | ||
| Mat & | ymap | ||
| ) | [virtual, inherited] |
Implements cv::detail::RotationWarper.
Reimplemented in cv::detail::CylindricalWarperGpu.
| Point cv::detail::RotationWarperBase< CylindricalProjector >::warp | ( | const Mat & | src, |
| const Mat & | K, | ||
| const Mat & | R, | ||
| int | interp_mode, | ||
| int | border_mode, | ||
| Mat & | dst | ||
| ) | [virtual, inherited] |
Implements cv::detail::RotationWarper.
Reimplemented in cv::detail::CylindricalWarperGpu.
| 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 | ||
| ) | [virtual, inherited] |
Implements cv::detail::RotationWarper.
| Rect cv::detail::RotationWarperBase< CylindricalProjector >::warpRoi | ( | Size | src_size, |
| const Mat & | K, | ||
| const Mat & | R | ||
| ) | [virtual, inherited] |
Implements cv::detail::RotationWarper.
| float cv::detail::RotationWarperBase< CylindricalProjector >::getScale | ( | ) | const [inherited] |
Reimplemented from cv::detail::RotationWarper.
| void cv::detail::RotationWarperBase< CylindricalProjector >::setScale | ( | float | val | ) | [inherited] |
Reimplemented from cv::detail::RotationWarper.
| void cv::detail::RotationWarperBase< CylindricalProjector >::detectResultRoiByBorder | ( | Size | src_size, |
| Point & | dst_tl, | ||
| Point & | dst_br | ||
| ) | [protected, inherited] |
CylindricalProjector cv::detail::RotationWarperBase< CylindricalProjector >::projector_ [protected, inherited] |