Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incomplete chessboard detection #32

Open
cassianokc opened this issue Nov 19, 2024 · 1 comment
Open

Incomplete chessboard detection #32

cassianokc opened this issue Nov 19, 2024 · 1 comment

Comments

@cassianokc
Copy link

Hi, first of all thank you very much for the tool and the in depth documentation / calibration troubleshooting guide.
Performing the calibration dance with two big baseline cameras can be challenging because all chessboard corners should be detected. We are using Charuco boards.

Although the documentation states clearly that all chessboard corners should be detected, the calibration.py comments mentions that one could give weight 0 in order to support incomplete detections. Would this work?

@dkogan
Copy link
Owner

dkogan commented Nov 21, 2024

The mrgingham detector requires the whole chessboard to be visible in order for the detection to succeed. But mrcal does not require this detector to be used. You can utilize any other detector, and feed the (possibly-incomplete) observations to mrcal. See https://mrcal.secretsauce.net/recipes.html#non-mrgingham-detector

Let me know if you have questions. If not, please close the report. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants