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

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

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

cv::detail::HomographyBasedEstimator 的协作图

公共成员函数

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

其他继承成员

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

详细描述

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

构造函数和析构函数文档

◆ HomographyBasedEstimator()

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

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