Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork56.4k
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.
Usinghttps://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 onhttps://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