Problem in rectifyStereoImages, the result looks weird.

조회 수: 4 (최근 30일)
Junnan Chen
Junnan Chen 2020년 9월 21일
답변: Aman Vyas 2020년 10월 19일
I have implemented rectifyStereoImages, but the result looks weird.
The bottom images are inputs(1080 * 1920), and the top images are outputs(1320 * 7065).

답변 (1개)

Aman Vyas
Aman Vyas 2020년 10월 19일
Hi,
You can try one of the following possible workaround for above problem:
1) Get the calibration right by getting more calibration images, especially towards the edges of the Field of View of the cameras to capture the distortion and skew with more accuracy. Trying out different calibration settings should also help in this.
2) Getting more overlap between the cameras and reducing the baseline also helps reducing the disparity and results in more reliable results. The disparityBM and disparitySGM functions also provide some control over parameters to allow for more pixels to be used in the disparity map ('ContrastThreshold', 'UniquenessThreshold').
Hope it helps !

카테고리

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