OpenCV 4.10.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()_ 工作。 | |
旋转估计器基类。
它接受所有图像的特征、所有图像之间的成对匹配,并估计所有相机的旋转。
|
内联virtual |
|
受保护纯虚 |
此方法必须实现相机参数估计逻辑,以使包装器 detail::Estimator::operator()_ 工作。
features | 图像的特征 |
pairwise_matches | 图像的成对匹配 |
cameras | 估计的相机参数 |
|
内联 |
估计相机参数。
features | 图像的特征 |
pairwise_matches | 图像的成对匹配 |
cameras | 估计的相机参数 |