Problem in rectifyStereoImages, the result looks weird.

1 回表示 (過去 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 件のコメント
Junnan Chen
Junnan Chen 2020 年 9 月 21 日
imshowpair(J1, J2, 'montage');

サインインしてコメントする。

回答 (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 Center および File ExchangeCamera Calibration についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by