OpenCV 4.12.0
開源計算機視覺
載入中...
搜尋中...
無匹配項
cv::detail::AffineBasedEstimator 類參考

基於仿射變換的估計器。 更多...

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

cv::detail::AffineBasedEstimator 的協作圖

公共成員函式

 AffineBasedEstimator ()
 
- 繼承自 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 的保護成員函式

詳細描述

基於仿射變換的估計器。

此估計器使用匹配器估計的成對變換來估計每個攝像頭的最終變換。

另請參見
cv::detail::HomographyBasedEstimator

建構函式 & 解構函式文件

◆ AffineBasedEstimator()

cv::detail::AffineBasedEstimator::AffineBasedEstimator ( )
inline
Python
cv.detail.AffineBasedEstimator() -> <detail_AffineBasedEstimator object>

此類文件由以下檔案生成