Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Are matlabs coordinate systems for the camera calibration work flow inconsistent or am I missing anything?
조회 수: 5 (최근 30일)
이전 댓글 표시
I used the stereoCameraCalibrator app to perform a stereo calibration. I gave the app the images of the left camera as camera 1 and the images of the right camera as camera 2.
I got this result for the position of camera 2:
stereoParams.TranslationOfCamera2
ans =
-171.5241267101 3.21275958152786 2.31278512483859
I would have assumed, that this vector is giving me the position of the second camera in world coordinates. But according to this link that would mean, that my second camera is left of the first camera which is definitely not the case (and I'm absolutely sure, I didn't mess up the images of the two cameras/folder paths). So why is the first value of the translation vector -171 and not +171?
댓글 수: 0
답변 (0개)
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!