开发者

Stereo Calibration Worked Scaled Images?

开发者 https://www.devze.com 2023-03-25 23:43 出处:网络
Does stereo calibration still work开发者_运维百科 if the right image is scaled a bit different than the left, or vice versa?No, for two reasons:

Does stereo calibration still work开发者_运维百科 if the right image is scaled a bit different than the left, or vice versa?


No, for two reasons:

  1. The triangulation of the 3D point will be affected
  2. Your correspondences will be inaccurate if you are using scale-variant interest point.


Yes, stereo calibration can still work if you have two different images. You have to make sure the calibration takes the difference into account (so the default OpenCV version won't work) and for best results you should try to make sure the cameras are synchronized.

  • It will be less accurate (more correspondence errors as Jacob notes
  • The Field of View of the stereo pair will be restricted to the smaller of the images, and than just to the overlapping area between the two images.
  • You will probably have to write your own calibration and rectification code. I'm not aware of any libraries that can do it.
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号