![]() |
OpenCV 4.12.0
开源计算机视觉
|
基于旋转的扭曲器基类,使用 detail::ProjectorBase_ 派生类。 更多...
#include <opencv2/stitching/detail/warpers.hpp>
公共成员函数 | |
| Rect | buildMaps (Size src_size, InputArray K, InputArray R, OutputArray xmap, OutputArray ymap) CV_OVERRIDE |
| 根据给定的相机数据构建投影图。 | |
| float | getScale () const CV_OVERRIDE |
| void | setScale (float val) CV_OVERRIDE |
| Point | warp (InputArray src, InputArray K, InputArray R, int interp_mode, int border_mode, OutputArray dst) CV_OVERRIDE |
| 投影图像。 | |
| void | warpBackward (InputArray src, InputArray K, InputArray R, int interp_mode, int border_mode, Size dst_size, OutputArray dst) CV_OVERRIDE |
| 反向投影图像。 | |
| Point2f | warpPoint (const Point2f &pt, InputArray K, InputArray R) CV_OVERRIDE |
| 投影图像点。 | |
| Point2f | warpPointBackward (const Point2f &pt, InputArray K, InputArray R) CV_OVERRIDE |
| 反向投影图像点。 | |
| Rect | warpRoi (Size src_size, InputArray K, InputArray R) CV_OVERRIDE |
继承自 cv::detail::RotationWarper 的公共成员函数 | |
| virtual | ~RotationWarper () |
保护成员函数 | |
| virtual void | detectResultRoi (Size src_size, Point &dst_tl, Point &dst_br) |
| void | detectResultRoiByBorder (Size src_size, Point &dst_tl, Point &dst_br) |
保护属性 | |
| P | projector_ |
基于旋转的扭曲器基类,使用 detail::ProjectorBase_ 派生类。
|
virtual |
根据给定的相机数据构建投影图。
| src_size | 源图像尺寸 |
| 输入的相机内参矩阵。 | 相机内参 |
| R | 相机旋转矩阵 |
| xmap | x 轴的投影图 |
| ymap | y 轴的投影图 |
实现 cv::detail::RotationWarper。
在 cv::detail::SphericalWarper 和 cv::detail::SphericalWarperGpu 中重新实现。
|
保护虚 |
|
保护 |
|
内联虚 |
重新实现自 cv::detail::RotationWarper。
|
内联虚 |
重新实现自 cv::detail::RotationWarper。
|
virtual |
投影图像。
| src | 源图像 |
| 输入的相机内参矩阵。 | 相机内参 |
| R | 相机旋转矩阵 |
| interp_mode | 插值模式 |
| border_mode | 边界外推模式 |
| dst | 投影图像 |
实现 cv::detail::RotationWarper。
在 cv::detail::SphericalWarper 和 cv::detail::SphericalWarperGpu 中重新实现。
|
virtual |
反向投影图像。
| src | 投影图像 |
| 输入的相机内参矩阵。 | 相机内参 |
| R | 相机旋转矩阵 |
| interp_mode | 插值模式 |
| border_mode | 边界外推模式 |
| dst_size | 反向投影图像尺寸 |
| dst | 反向投影图像 |
|
virtual |
|
virtual |
|
virtual |
|
保护 |