focalsFromHomography (cv.Estimator) - MATLAB File Help |
Tries to estimate focal lengths from the given homography under the assumption that the camera undergoes rotations around its centre only
[f0, f1] = cv.Estimator.focalsFromHomography(H)
[f0, f1, f0_ok, f1_ok] = cv.Estimator.focalsFromHomography(H)
f0
was estimated successfully, false
otherwise.f1
was estimated successfully, false
otherwise.Heung-Yeung Shum and Richard Szeliski. "Construction of of Panoramic Image Mosaics with Global and Local Alignment".
Access | public |
Sealed | false |
Static | true |