Merge pull request #12521 from allnes:detect_qr_code

Objdetect: QRCode detect + decode
This commit is contained in:
Alexander Alekhin
2018-10-11 12:42:05 +03:00
committed by GitHub
15 changed files with 2176 additions and 23 deletions

View File

@@ -241,5 +241,7 @@
/* OpenCV trace utilities */
#cmakedefine OPENCV_TRACE
/* Library QR-code decoding */
#cmakedefine HAVE_QUIRC
#endif // OPENCV_CVCONFIG_H_INCLUDED