![]() |
OpenCV 4.13.0
Open Source Computer Vision
|
名前空間 | |
| namespace | cv |
| namespace | 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) |
| カメラがその中心の周りで回転のみを行うという仮定の下で、与えられたホモグラフィから焦点距離の推定を試みる。 | |