no checkerboards detected in the images

조회 수: 16 (최근 30일)
Kukhokuhle Tsengwa
Kukhokuhle Tsengwa 2022년 3월 1일
답변: Kukhokuhle Tsengwa 2022년 3월 16일
Hi there,
I am using the stereoCameraCalibrator app in MATLAB. I have used it a number of times before with no issues. However, today I am encountering the error: "no checkerboards detected in the images". This is weird because I have double checked to see that both folders have the necessary frames/images. And that each of the images have the necessary checkerboard. I am using the same checkerboard that I have used successfully in the past, under the same lighting conditions and the checkerboard is at the exact same distance from the exact same cameras I have used in the past.
May you please assist me. This is weird. I may be doing something stupid but I can't seem to figure it out. Googling and checking for solutions from people who have encountered this in the past did not help. Thank you.
  댓글 수: 5
Kukhokuhle Tsengwa
Kukhokuhle Tsengwa 2022년 3월 16일
Typical image
Kukhokuhle Tsengwa
Kukhokuhle Tsengwa 2022년 3월 16일
corresponding image from the other camera

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

채택된 답변

Kukhokuhle Tsengwa
Kukhokuhle Tsengwa 2022년 3월 16일
When there is too much lighting (which was the case in my images) it seems detectCheckerboardPoints() fails to detect corners. They appear to be "non-contact"/"non-crossing".
I fixed this by setting the value of the HighDistortion parameter to 'true' in detectCheckerboardPoints().

추가 답변 (1개)

Benjamin Thompson
Benjamin Thompson 2022년 3월 16일
The other camera looks a little washed out in sections due to lighting glare. Try running both images through the single camera calibrator separately to verify which one is causing the problem.
  댓글 수: 1
Kukhokuhle Tsengwa
Kukhokuhle Tsengwa 2022년 3월 16일
Hi Benjamin,
Thank you for responding to my query.
You got the source of the problem right.
When there is too much lighting (which was the case in my images) it seems detectCheckerboardPoints() fails to detect corners. They appear to be "non-contact"/"non-crossing".
I fixed this by setting the value of the HighDistortion parameter to 'true' in detectCheckerboardPoints().
Thank you!

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

카테고리

Help CenterFile 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!

Translated by