OpenCV453
|
Homography based rotation estimator. [詳解]
#include <motion_estimators.hpp>
cv::detail::Estimatorを継承しています。
公開メンバ関数 | |
CV_WRAP | HomographyBasedEstimator (bool is_focals_estimated=false) |
![]() | |
CV_WRAP_AS (apply) bool operator()(const std | |
Estimates camera parameters. [詳解] | |
その他の継承メンバ | |
![]() | |
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.