how to calculate field of view of the camera from camera intrinsic matrix?

前端 未结 1 643
北海茫月
北海茫月 2021-01-11 17:34

I got camera intrinsic matrix and distortion parameters using camera calibration.

The unit of the focal length is pixels, i guess.

Then, how can i calculat

相关标签:
1条回答
  • 2021-01-11 18:08

    OpenCV has a function that does this. Looking at the implementation (available on GitHub) we have given an image with dimensions w x h and a camera matrix:

        

    the equations for the field of view are:

        

    0 讨论(0)
提交回复
热议问题