rectifyStereoImages doesn't work. Why???

조회 수: 2 (최근 30일)
Einav Namer
Einav Namer 2015년 6월 28일
답변: Dima Lisin 2015년 6월 29일
Hello! I'm using the "computer vision toolbox" for stereo calibration. All is well EXCEPT to the rectification phase. 1. The calibration results looks fine.
  • 14 R & L image pairs
  • Image size is 5120x5120x3 (true color)
  • stereoParams.CameraParameters1.MeanReprojectionError = 1.0511
  • stereoParams is attached
When I do the following, I get 2 black images, without data. What am I doing wrong? Can you please take a look at the "stereoParams.mat" to see if something is totally wrong?
i=1
Il = imread([folder_nameL filesL(i).name]);
Ir = imread([folder_nameR filesR(i).name]);
[Jr, Jl] = rectifyStereoImages(Ir, Il, stereoParams);
Thank you
Einav
  댓글 수: 1
Walter Roberson
Walter Roberson 2015년 6월 28일
The files did not get included.

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

답변 (1개)

Dima Lisin
Dima Lisin 2015년 6월 29일
Hi Einav,
Can you please post your images and the stereo parameters? Off hand, I would say you could use more calibration images. Also, what happens when you click "Show Rectified" button in the Stereo Camera Calibrator App?

카테고리

Help CenterFile Exchange에서 Computer Vision Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by