The following image is the example that was given in my computer vision class. Now I cant understand why we are getting 2 unique values of f. I can understand if mxf and myf are different, but shouldn't the focal length 'f' be the same?
Getting 2 values of focal length when finding Intrinsic camera matrix (F not Fx,Fy)?
561 views Asked by Rohaan Manzoor At
2

If really single
fwanted, it should be modeled in the camera model used in calibration. e.g. give themx,myas constants to the camera model, and estimate thef.However, perhaps the calibration process that obtained that
Kwas not that way, but treated the two elements (K(0,0)andK(1,1)) independently.In other words,
mxandmywere also estimated in the sense of dealing with the aspect ratio. The estimation result is not the same as the values ofmxandmycalculated from the sensor specifications.This is why you got 2 values.