OpenCV 4.12.0
开源计算机视觉
加载中...
搜索中...
无匹配项
cv::detail::AffineBasedEstimator 类参考

基于仿射变换的估计器。 更多...

#include <opencv2/stitching/detail/motion_estimators.hpp>

cv::detail::AffineBasedEstimator 的协作图

公共成员函数

 AffineBasedEstimator ()
 
- 继承自 cv::detail::Estimator 的公共成员函数
virtual ~Estimator ()
 
bool operator() (const std::vector< ImageFeatures > &features, const std::vector< MatchesInfo > &pairwise_matches, std::vector< CameraParams > &cameras)
 估计相机参数。
 

其他继承的成员

- 继承自 cv::detail::Estimator 的保护成员函数

详细描述

基于仿射变换的估计器。

此估计器使用匹配器估计的成对变换来估计每个摄像头的最终变换。

另请参见
cv::detail::HomographyBasedEstimator

构造函数 & 析构函数文档

◆ AffineBasedEstimator()

cv::detail::AffineBasedEstimator::AffineBasedEstimator ( )
inline
Python
cv.detail.AffineBasedEstimator() -> <detail_AffineBasedEstimator object>

此类文档由以下文件生成