extrinsic calibration of non-overlapping cameras
Hello everyone,
does anybody have any idea how to calculate the relative transformation between the cameras of a multi camera rig with no overlap?
Thanks in advance.
It is trivial to do so using any standard toolbox for the calibration of overlapping cameras. All you need is one more camera not part of the rig, which is placed in such a way as to create overlap with both. Then simply chain the transform. The method, including what to do if one camera isn't enough is described in: http://www.diva-portal.org/smash/get/...
This approach is simpler than using a mirror, and more accurate. Further, because the extra camera is only needed during the calibration, you can use a high end one, and achieve very high accuracy. The paper also includes a simulator to show expected accuracy.
As with all camera calibration, to ensure a good result:
- Light the scene well, preferably sunlight
- use tripods for the pattern and the camera to ensure they are stationary
- cover the entire sensor with roughly evenly sampled observations
- Use ...
(more)