-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
Aruco improvements #3200
Merged
Merged
Aruco improvements #3200
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AleksandrPanov
force-pushed
the
aruco_improvements
branch
from
March 17, 2022 17:20
9bea3c9
to
1f56993
Compare
AleksandrPanov
force-pushed
the
aruco_improvements
branch
from
March 17, 2022 19:59
58dec20
to
beb5140
Compare
AleksandrPanov
force-pushed
the
aruco_improvements
branch
2 times, most recently
from
March 18, 2022 14:06
b18c34a
to
1b85f01
Compare
asmorkalov
requested changes
Mar 21, 2022
AleksandrPanov
force-pushed
the
aruco_improvements
branch
from
March 22, 2022 21:12
d6c222b
to
449b358
Compare
asmorkalov
reviewed
Mar 23, 2022
AleksandrPanov
force-pushed
the
aruco_improvements
branch
from
March 23, 2022 18:05
449b358
to
3f9ae1a
Compare
asmorkalov
approved these changes
Mar 24, 2022
@AleksandrPanov Please resolve merge conflicts. |
AleksandrPanov
force-pushed
the
aruco_improvements
branch
from
March 24, 2022 20:34
3f9ae1a
to
6bd7454
Compare
AleksandrPanov
force-pushed
the
aruco_improvements
branch
from
March 24, 2022 21:03
6bd7454
to
e74e78d
Compare
fixed |
@alalek could you check this PR? |
This was referenced Apr 12, 2022
AleksandrPanov
pushed a commit
to AleksandrPanov/opencv_contrib
that referenced
this pull request
Apr 14, 2022
Aruco improvements * add writeDictionary(), dict distance, fix readDictionary(), readDetectorParameters() * add aruco_dict_utils.cpp * add py test_write_read_dict * update tutorial
Closed
Merged
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR fixes:
This PR adds:
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.