-
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
merge aruco changes from 3.4 to 4.x #3213
merge aruco changes from 3.4 to 4.x #3213
Conversation
(cherry picked from commit ef980e7)
b4701d2
to
a81a014
Compare
This message format is not allowed in PRs commits. Remove the first line. Avoid creation of unwanted cross-reference links on PRs (you can check that non-removable trash appears in linked PR). |
f2b730c
to
aa8acf9
Compare
a6b0d70
to
e912202
Compare
fixed |
cv::Mat K = (cv::Mat_<double>(3,3) << | ||
0.5*res.width, 0, 0.5*res.width, | ||
0, 0.5*res.height, 0.5*res.height, | ||
0, 0, 1); |
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.
not useful for this test
@AleksandrPanov Is the patch still relevant? Could you close it, if not. |
Sorry to ping an old PR, but any progress on getting these patches into |
@RealOrangeOne what is wrong with PR #3215 ? |
Merge with extra: opencv/opencv_extra#966
Ported PRs:
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.