OpenCV 4.11.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)
 尝试根据给定的单应性估计焦距,前提是摄像机仅绕其中心旋转。