How to compute stereo parameters if both left and right camera parameters are already known

조회 수: 2 (최근 30일)
I am right now using Computer Vision toolbox. Does any one there know how to compute stereo parameters if both left and right camera parameters are already known or pre-calculated using different set of images?

답변 (1개)

Dima Lisin
Dima Lisin 2016년 1월 20일
What you seem to be missing here is the rotation and translation between the two cameras. If you can somehow compute that, then you can create a stereoParameters object "by hand". However, the best thing to do is to calibrate your stereo camera using the Stereo Camera Calibrator app.
  댓글 수: 2
Ding Yuan
Ding Yuan 2016년 1월 20일
Thanks for your answer. Yes, the missing parameters may include the rotation and translation between the two cameras. We are interested in good code for computing both of them.
Due to the physical constraints of the light conditions and target, the calibration images we took are usually of poor quality. It is difficult to use them to derive consistent checkerboard pattern over a left-right pair series. Therefore Stereo Camera Calibration app won't work in our case. An improved version of Stereo Camera Calibration app with correspondence point editing capabilities would make the work easier.
Dima Lisin
Dima Lisin 2016년 1월 20일
Yes, unfortunately the app does not let you edit points manually. However, if you can somehow get the correspondences yourself, you can use the estimateCameraParameters function to do the stereo calibration.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Camera Calibration에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by