OpenCV453
公開メンバ関数 | 全メンバ一覧
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
 Estimates camera parameters. [詳解]
 

その他の継承メンバ

- 基底クラス cv::detail::Estimator に属する継承限定公開メンバ関数
virtual bool estimate (const std::vector< ImageFeatures > &features, const std::vector< MatchesInfo > &pairwise_matches, CV_OUT std::vector< CameraParams > &cameras)=0
 This method must implement camera parameters estimation logic in order to make the wrapper detail::Estimator::operator()_ work. [詳解]
 

詳解

Homography based rotation estimator.


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