stereoCalibrate() changes focal lengths even when it was not supposed to

后端 未结 2 906
星月不相逢
星月不相逢 2021-02-10 23:37

I noticed that opencv stereoCalibrate() changes the focal lengths in camera matrices even though I\'ve set appropriate flag (ie CV_CALIB_FIX_FOCAL_LENGTH). I\'m using two identi

2条回答
  •  半阙折子戏
    2021-02-11 00:24

    the CV_CALIB_FIX_FOCAL_LENGTH flag causes the optimization routine to just use the Fx and Fy that were passed in the intrinsic matrix.

提交回复
热议问题