Stereo Calibration and Image Rectification
이전 댓글 표시
I'm trying to use the stereo camera calibrator to rectify a pair of stereo images. However, while the reprojection errors, extrinsic view, and reprojected points all look reasonable, the "show rectified" button just returns horizontal lines of various colors.

Similarly, attempting to use
[J1, J2] = rectifyStereoImages(I1, I2, stereoParams);
to rectify the stereo images returns a blank image:

Turning on 'OutputView' ,'full' :
% Rectify the images.
[J1, J2] = rectifyStereoImages(I1, I2, stereoParams, 'OutputView' ,'full');
shows the rectification is inverted:

I've attached my calibration images if they are of use. Thanks in advance for any help!
댓글 수: 1
Anil Horasan
2016년 8월 24일
I was having a similar issue, then I figure out that my calibration parameters were wrong. That was because I subtracted 2 of my stereo pairs' HTM wrt a reference point instead of multiplying them. What a shame! I suggest you to check your camera calibration parameters (stereoParams).
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 MATLAB Support Package for USB Webcams에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!