OpenCV 4.10.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 继承的公开成员函数 | |
虚拟 | ~RotationWarper () |
受保护的成员函数 | |
虚拟 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_派生类的基础类,用于基于旋转的warp
|
虚拟 |
根据给定的相机数据构建投影图。
src_size | 源图像大小 |
K | 相机内参 |
R | 相机旋转矩阵 |
xmap | 用于x轴的投影图 |
ymap | 用于y轴的投影图 |
实现了 cv::detail::RotationWarper.
在 cv::detail::SphericalWarper 和 cv::detail::SphericalWarperGpu 中实现。
|
protectedvirtual |
|
受保护 |
|
inlinevirtual |
从 cv::detail::RotationWarper 中重新实现。
|
inlinevirtual |
从 cv::detail::RotationWarper 中重新实现。
|
虚拟 |
投影图像。
src | 源图像 |
K | 相机内参 |
R | 相机旋转矩阵 |
interp_mode | 插值模式 |
border_mode | 边缘扩展模式 |
dst | 投影图像 |
实现了 cv::detail::RotationWarper。
在 cv::detail::SphericalWarper 和 cv::detail::SphericalWarperGpu 中重新实现。
|
虚拟 |
反向投影图像。
src | 投影图像 |
K | 相机内参 |
R | 相机旋转矩阵 |
interp_mode | 插值模式 |
border_mode | 边缘扩展模式 |
dst_size | 反向投影图像大小 |
dst | 反向投影图像 |
|
虚拟 |
|
虚拟 |
|
虚拟 |
|
受保护 |