-
-
Notifications
You must be signed in to change notification settings - Fork 56.3k
add python charuco sample #23139
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
add python charuco sample #23139
Conversation
works with choriginal.jpg: args: To correctly works with |
8d1006b
to
3a5109d
Compare
Hey @AleksandrPanov , can you share how you generated charuco board? Specially want to fit on A4 paper size. |
Hey @satpalsr, you can use code from this sample:
|
f80907a
to
0a649e5
Compare
Current version of sample fails with exception, when Charuco board is shown to camera:
|
0a649e5
to
e16d7e4
Compare
add Now sample must works in all cases: (Uses PR #23138) |
e16d7e4
to
5002478
Compare
I check sample with camera and add new condition to correct work with solvePnP(): |
Also add Otherwise I get
|
Also, would be cool to add Charuco camera calibration script/function. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please take a look on already maintained samples in the main repository.
e031712
to
faa479d
Compare
@alalek Could you take a look again? May the PR be merged? |
f42d9db
to
3960ca2
Compare
3960ca2
to
0d455e0
Compare
Added python sample to detect charuco board.
Pull Request Readiness Checklist
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request
Patch to opencv_extra has the same branch name.