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>

此類文件由以下檔案生成