focalsFromHomography (cv.Estimator) - MATLAB File Help
cv.Estimator.focalsFromHomography

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)

Input

Output

References

Heung-Yeung Shum and Richard Szeliski. "Construction of of Panoramic Image Mosaics with Global and Local Alignment".

Method Details
Access public
Sealed false
Static true