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

ホモグラフィに基づく回転推定器。 詳細...

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

Collaboration diagram for cv::detail::HomographyBasedEstimator:

公開メンバ関数

 HomographyBasedEstimator (bool is_focals_estimated=false)
 
- 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

詳細説明

ホモグラフィに基づく回転推定器。

構築子と解体子の詳解

◆ HomographyBasedEstimator()

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

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