Stereo Camera Calibration does not find checkerboard pattern

9 ビュー (過去 30 日間)
Alexandru Iancu
Alexandru Iancu 2023 年 7 月 19 日
編集済み: Gautam 2024 年 5 月 21 日
I am trying to use synchronized images from two cameras in order to obtain their relative rotation and translation using the Stereo Camera Calibrator App. My first step is to obtain the intrinsic matrices for each of the cameras by using the monocular Camera Calibration App, and then I use the same images as an input to the Stereo Camera Calibration. Despite the fact that I am able to calibrate each camera separately, whenever I am trying to perform the stereo camera calibration, the process of detecting the images takes very long, and after all the images are uploaded, I get the error message that no checkerboard pattern was found. I find it very strange since I am using the same images as in the monocular camera calibration!
  1 件のコメント
Gautam
Gautam 2024 年 5 月 21 日
編集済み: Gautam 2024 年 5 月 21 日
Hi Alexandru,
I'm facing the same problem, were you able to figure out what the issue was with your case?
Thanks

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

回答 (1 件)

Supraja
Supraja 2023 年 7 月 27 日
The error message “no checkerboard pattern was found” usually occurs when the input image is not able to detect the checkerboard pattern and there is significant distortion or occlusion.
You can adjust the parameters of the “detectCheckerboardPoints” function i.e.MinCornerMetric” and “MinCornerMetricThreshold”. The detailed documentation link of the function is given here:
https://www.mathworks.com/help/vision/ref/detectcheckerboardpoints.html?s_tid=doc_ta
Also try resizing the image for better resolution.
Hope this 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