OpenCV 4.5.3(日本語機械翻訳)
公開メンバ関数 | 全メンバ一覧
cv::detail::HomographyBasedEstimator クラス

Homography based rotation estimator. [詳解]

#include <motion_estimators.hpp>

cv::detail::Estimatorを継承しています。

公開メンバ関数

CV_WRAP HomographyBasedEstimator (bool is_focals_estimated=false)
- 基底クラス cv::detail::Estimator に属する継承公開メンバ関数
CV_WRAP_AS (apply) bool operator()(const std
カメラのパラメータを推定します.[【詳解】(英語]

その他の継承メンバ

- 基底クラス cv::detail::Estimator に属する継承限定公開メンバ関数
virtual bool estimate (const std::vector< ImageFeatures > &features, const std::vector< MatchesInfo > &pairwise_matches, CV_OUT std::vector< CameraParams > &cameras)=0
このメソッドは,ラッパーである detail::Estimator::operator()_ を動作させるために,カメラパラメータ推定ロジックを実装する必要があります.[【詳解】(英語]

詳解

ホモグラフィーベースの回転推定量。


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