-
Notifications
You must be signed in to change notification settings - Fork 7
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
Develop QR detection module #6
Comments
In asrob-uc3m/robotDevastation, we adopted a well-established abandonware library, ZBar: ref, look for the |
Blocked by #79 |
OpenCV 4.0 introduces QR code handling (ref, asrob-uc3m/robotDevastation#78 (comment)):
|
Unblocked, it should now be rather straightforward to implement this. |
I'm eager to work on this. Some research:
QR code detection is built-in in OpenCV, whereas QR decoding is handled by the Quirc library embedded and conditionally built along with OpenCV (enabled by default). |
Done at e62cf53: C++ code + Python example + unit test. The new |
OpenCV 4.5.2 (contrib) features the WeChat QR code detector based on CNN models. |
Develop qrDetection2D module, similar to
colorRegionDetection2D
andhaarDetection2D
.The text was updated successfully, but these errors were encountered: