Wide angle lenses calibration with Opencv

后端 未结 6 1281
栀梦
栀梦 2021-02-20 10:46

I\'m using a wide-angle lens (178º Diagonal FOV ) and I\'m trying to calibrate it properly using Opencv Calibration module. All the detection and calibration process are working

6条回答
  •  天命终不由人
    2021-02-20 11:00

    Are you making sure to use the CV_CALIB_RATIONAL_MODEL flag? That will tell OpenCV to use a model that supports wider angle lenses.

    Here are my suggestions for a 150 deg lens. You might also consider trying April Cal which I have had decent luck with.

提交回复
热议问题