Sheer compensation and uneven grid size in camera calibration
Hi,
I have done camera calibration recently and the output only seems to contain the focal length (f) and principal point (cx and cy) as indicated here.
However, from the theory it is known that (digital) camera sensors can involve sheer and unequal sizes pixel grids in x and y direction.
My Question: Does openCV account for sheer or unequal grid sizes ? I can't find this in the docs ....
Thanks!
unequal grid sizes : fx != fy (CALIB_FIX_ASPECT_RATIO)
About skew factior I think it is always 0 in opencv
Thanks! I remember now. Also, is there any reason the skew factor is always = 0 ?
see Multiple View Geometry in computer vision p 157 : x- and y- axes are not perpendicular
The book's not free, is it ?
No it is not
Thanks! If you can convert your comment as an answer, I will mark it as the solution as well.