-
Notifications
You must be signed in to change notification settings - Fork 897
Charuco Behavior in opencv-python-contrib #686
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
Comments
There were a lot of fixes in Aruco and related code: https://github.com/opencv/opencv_contrib/pulls?q=is%3Apr+is%3Aclosed+label%3A%22category%3A+aruco%22 |
@kopecn there is behavior change only with even row count. There were several bugs: opencv/opencv_contrib#2623, opencv/opencv_contrib#2604 This path fixed this and now You can use the suggested patch in #3291 issue. But it is recommended to use new patterns, as the calibration might not work correctly on old patterns. |
Excellent! Thank you for the help/feedback! We will make the adjustments as you recommend and update our old patterns. |
our unit tests for charuco handling have started breaking in 4.6.0.66 and was uniformly passing in 4.5.5.64 and earlier.
Has there been any major changes that could impact --> cv2.aruco.detectMarkers going from 4.5 to 4.6?
Let me know what sample code is needed to help out.
The text was updated successfully, but these errors were encountered: