OpenCV 4.12.0
开源计算机视觉
加载中...
搜索中...
无匹配项
autocalib.hpp 文件参考
#include "opencv2/core.hpp"
#include "matchers.hpp"
autocalib.hpp 的包含依赖关系图

命名空间

命名空间  cv
 
命名空间  cv::detail
 

函数

bool cv::detail::calibrateRotatingCamera (const std::vector< Mat > &Hs, Mat &K)
 
void cv::detail::estimateFocal (const std::vector< ImageFeatures > &features, const std::vector< MatchesInfo > &pairwise_matches, std::vector< double > &focals)
 估计每个给定相机的焦距。
 
void cv::detail::focalsFromHomography (const Mat &H, double &f0, double &f1, bool &f0_ok, bool &f1_ok)
 尝试从给定的单应矩阵估计焦距,假设相机仅围绕其中心旋转。