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

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

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

cv::detail::AffineBasedEstimator 的协作图

公共成员函数

 AffineBasedEstimator ()
 
- 从 cv::detail::Estimator 继承的公共成员函数
虚函数 ~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 ( )
内联
Python
cv.detail.AffineBasedEstimator() -> <detail_AffineBasedEstimator 对象>

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