![]() |
OpenCV 4.13.0
Open Source Computer Vision
|
回転推定の基底クラス。 続き...
#include <opencv2/stitching/detail/motion_estimators.hpp>
公開メンバ関数 | |
| virtual | ~Estimator () |
| bool | operator() (const std::vector< ImageFeatures > &features, const std::vector< MatchesInfo > &pairwise_matches, std::vector< CameraParams > &cameras) |
| カメラパラメータを推定する。 | |
限定公開メンバ関数 | |
| virtual bool | estimate (const std::vector< ImageFeatures > &features, const std::vector< MatchesInfo > &pairwise_matches, std::vector< CameraParams > &cameras)=0 |
| ラッパー detail::Estimator::operator()_ を機能させるために、このメソッドはカメラ引数推定のロジックを実装しなければならない。 | |
回転推定の基底クラス。
すべての画像の特徴と、すべての画像間のペアワイズマッチングを受け取り、すべてのカメラの回転を推定する。
|
inlinevirtual |
|
protectedpure virtual |
ラッパー detail::Estimator::operator()_ を機能させるため、このメソッドはカメラ引数推定のロジックを実装しなければならない。
| features | 画像の特徴 |
| pairwise_matches | 画像のペアごとのマッチング |
| cameras | 推定されたカメラ引数 |
cv::detail::BundleAdjusterBase で実装されている。
|
inline |
カメラパラメータを推定する。
| features | 画像の特徴 |
| pairwise_matches | 画像のペアごとのマッチング |
| cameras | 推定されたカメラ引数 |