OpenCV  4.10.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::HomographyBasedEstimator

构造函数和析构函数文档

◆ AffineBasedEstimator()

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

此类的文档从以下文件生成