OpenCV 4.11.0
开源计算机视觉
|
命名空间 | |
命名空间 | 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) |
尝试根据给定的单应性估计焦距,前提是摄像机仅绕其中心旋转。 | |