OpenCV fisheye calibration cuts too much of the resulting image

前端 未结 5 782
长情又很酷
长情又很酷 2020-12-03 15:28

I am using OpenCV to calibrate images taken using cameras with fish-eye lenses.

The functions I am using are:

  • findChessboardCorners(...);
5条回答
  •  庸人自扰
    2020-12-03 15:53

    I stacked the same problem. And if FOV of your camera ~ 180 degrees, I think you will not be able to undistort 100% of initial image surface. More detailed explanation I placed here

提交回复
热议问题