OpenCV 4.11.0
开源计算机视觉
|
将图像映射到 x*x + z*z = 1 圆柱体的 Warper。更多…
#include <opencv2/stitching/detail/warpers.hpp>
保护成员函数 | |
void | detectResultRoi (Size src_size, Point &dst_tl, Point &dst_br) CV_OVERRIDE |
继承自 cv::detail::RotationWarperBase< CylindricalProjector > 的保护成员函数 | |
void | detectResultRoiByBorder (Size src_size, Point &dst_tl, Point &dst_br) |
其他继承成员 | |
继承自 cv::detail::RotationWarperBase< CylindricalProjector > 的保护属性 | |
CylindricalProjector | projector_ |
将图像映射到 x*x + z*z = 1 圆柱体的 Warper。
|
内联 |
构造圆柱体 Warper 类的实例。
scale | 投影图像比例缩放倍数 |
|
虚函数 |
根据给定的相机数据构建投影映射。
src_size | 源图像尺寸 |
K | 相机内参 |
R | 相机旋转矩阵 |
xmap | x轴投影映射 |
ymap | y轴投影映射 |
实现 cv::detail::RotationWarper.
被 cv::detail::CylindricalWarperGpu 重新实现。
|
虚函数 |
投影图像。
src | 源图像 |
K | 相机内参 |
R | 相机旋转矩阵 |
interp_mode | 插值模式 |
border_mode | 边界外推模式 |
dst | 投影图像 |
实现 cv::detail::RotationWarper.
被 cv::detail::CylindricalWarperGpu 重新实现。