OpenCV 4.5.3(日本語機械翻訳)
全メンバ一覧
cv::detail::AffineBasedEstimator クラス

Affine transformation based estimator. [詳解]

#include <motion_estimators.hpp>

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

その他の継承メンバ

- 基底クラス 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()_ を動作させるために,カメラパラメータ推定ロジックを実装する必要があります.[【詳解】(英語]

詳解

アフィン変換ベースの推定量。

この推定器は, matcher で推定されたペアワイズ変換を用いて,各カメラの最終的な変換を推定します.

参照
cv::detail::HomographyBasedEstimator

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