OpenCV 4.11.0
开源计算机视觉
|
旋转估计基类。 更多…
#include <opencv2/stitching/detail/motion_estimators.hpp>
公共成员函数 | |
虚函数 | ~Estimator () |
bool | operator() (const std::vector< ImageFeatures > &features, const std::vector< MatchesInfo > &pairwise_matches, std::vector< CameraParams > &cameras) |
估计相机参数。 | |
保护成员函数 | |
虚函数 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 | 估计的相机参数 |
|
内联 |
估计相机参数。
features | 图像特征 |
pairwise_matches | 图像的成对匹配 |
cameras | 估计的相机参数 |