OpenCV 4.12.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)
 估计相机参数。
 

额外继承的成员

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

详细描述

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

构造函数 & 析构函数文档

◆ HomographyBasedEstimator()

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

此类文档由以下文件生成