Consider the following diagram and equations representing a pinhole camera:
Suppose the image size is W
times H
pixels, and that there is no nonlinear distortion. To compute the field of view I proceed as in the picture below:
where \tilde{H}
is the image width in the image plane, not in the pixel coordinates, and s_y
is the height of a pixel in the image plane units.
In an exercise I'm told to account for the fact that the principal point might not be in the image center.
- How could this happen, how do we correct the FOV in this case?
Moreover, suppose the image was distorted as follows, before being projected on the pixel coordinates:
- How do we account for the distortion in the FOV? How is it even defined?