![]() |
OpenCV 4.12.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) |
| 尝试从给定的单应矩阵估计焦距,假设相机仅围绕其中心旋转。 | |