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)?
537 views Asked by Rohaan Manzoor At
2
If really single
f
wanted, it should be modeled in the camera model used in calibration. e.g. give themx
,my
as constants to the camera model, and estimate thef
.However, perhaps the calibration process that obtained that
K
was not that way, but treated the two elements (K(0,0)
andK(1,1)
) independently.In other words,
mx
andmy
were also estimated in the sense of dealing with the aspect ratio. The estimation result is not the same as the values ofmx
andmy
calculated from the sensor specifications.This is why you got 2 values.