![]() |
OpenCV 4.12.0
开源计算机视觉
|
旋转估计器基类。 更多...
#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()_ 生效。 | |
旋转估计器基类。
它获取所有图像的特征、所有图像之间的成对匹配,并估计所有相机的旋转。
|
内联虚函数 |
|
保护纯虚函数 |
此方法必须实现相机参数估计逻辑,以使封装器 detail::Estimator::operator()_ 生效。
| features | 图像特征 |
| pairwise_matches | 图像的成对匹配 |
| cameras | 估计的相机参数 |
|
inline |
估计相机参数。
| features | 图像特征 |
| pairwise_matches | 图像的成对匹配 |
| cameras | 估计的相机参数 |