-
Notifications
You must be signed in to change notification settings - Fork 4
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 support for rotated QR code detection #78
Comments
I would say that right now it is OK, but it could be improved by supporting rotated QR codes. |
It was just a fun way to document the fact that we currently do not support rotated QR codes. 🙃 |
@jgvictores I know we considered refactoring QR code detection into a new module/device at some point, but I'm not sure where those discussion happened (asrob/rl?). Anyway, note that OpenCV 4.0 introduces QR code handling (ref):
|
@PeterBowman thanks for the info! Yes, my idea was to merge it into the output of roboticslab-uc3m/vision#79 which is targeted by roboticslab-uc3m/vision#98 |
Is this a bug or a feature? 😄
Edit by @David-Estevez:
This issue refers to the fact that currently Robot Devastation only detects QR codes in a given orientation, and not rotated ones.
The text was updated successfully, but these errors were encountered: