OpenCV 4.13.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 4.13.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。
cv::detail::AffineBasedEstimator クラス

アフィン変換に基づく推定器。 続き...

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

Collaboration diagram for cv::detail::AffineBasedEstimator:

公開メンバ関数

 AffineBasedEstimator ()
 
- Public Member Functions inherited from cv::detail::Estimator
virtual ~Estimator ()
 
bool operator() (const std::vector< ImageFeatures > &features, const std::vector< MatchesInfo > &pairwise_matches, std::vector< CameraParams > &cameras)
 カメラパラメータを推定する。
 

Additional Inherited Members

- Protected Member Functions inherited from cv::detail::Estimator

詳細説明

アフィン変換に基づく推定器。

この推定器は、マッチャによって推定されたペアごとの変換を用いて、各カメラの最終的な変換を推定する。

参照
cv::detail::HomographyBasedEstimator

構築子と解体子の詳解

◆ AffineBasedEstimator()

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

このクラス詳解は次のファイルから抽出されました: