OpenCV453
|
Affine transformation based estimator. [詳解]
#include <motion_estimators.hpp>
cv::detail::Estimatorを継承しています。
その他の継承メンバ | |
![]() | |
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. [詳解] | |
Affine transformation based estimator.
This estimator uses pairwise transformations estimated by matcher to estimate final transformation for each camera.