-
-
Notifications
You must be signed in to change notification settings - Fork 56.5k
QRCodes decoding without Quirc #24225
Copy link
Copy link
Closed
Description
Describe the feature and motivation
Currently, OpenCV is able to detect and encode QR codes with objdetect module. However decoding requires to build with Quirc library.
Using https://github.com/yansikeim/QR-Code/blob/master/ISO%20IEC%2018004%202015%20Standard.pdf (section 11: Decoding procedure overview) implement a decoding without quirc
Current progress on https://github.com/dkurt/opencv/tree/qrcode_decode branch:
- Version 1 with no error correction
- Error correction levels (Version 1)
- Consider alignment markers
- Performance analysis and improvements
- Check related issues:
Additional context
No response
Reactions are currently unavailable