OpenCV  4.10.0
开源计算机视觉
加载中...
搜索中...
无匹配项
公共成员函数 | 所有成员列表
cv::detail::HomographyBasedEstimator 类参考

基于单应性的旋转估计器。 更多...

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

cv::detail::HomographyBasedEstimator 的协作图

公共成员函数

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

其他继承的成员

详细描述

基于单应性的旋转估计器。

构造函数和析构函数文档

◆ HomographyBasedEstimator()

cv::detail::HomographyBasedEstimator::HomographyBasedEstimator ( bool  is_focals_estimated = false)
inline
Python
cv.detail.HomographyBasedEstimator([, is_focals_estimated]) -> <detail_HomographyBasedEstimator 对象>

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