OpenCV 4.10.0
开源计算机视觉
|
将图像映射到 x*x + z*z = 1 圆柱体上的扭曲器。 更多...
#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 圆柱体上的扭曲器。
|
inline |
构造圆柱扭曲器类的一个实例。
scale | 投影图像比例乘数 |
|
virtual |
根据给定的相机数据构建投影映射。
src_size | 源图像大小 |
K | 相机内参 |
R | 相机旋转矩阵 |
xmap | x 轴的投影映射 |
ymap | y 轴的投影映射 |
实现 cv::detail::RotationWarper.
在 cv::detail::CylindricalWarperGpu 中重新实现。
|
virtual |
投影图像。
src | 源图像 |
K | 相机内参 |
R | 相机旋转矩阵 |
interp_mode | 插值模式 |
border_mode | 边界外推模式 |
dst | 投影图像 |
实现 cv::detail::RotationWarper.
在 cv::detail::CylindricalWarperGpu 中重新实现。