- A real-time multiple QR codes decorder based on C++, openCV, and openMP
- Youtube #1 https://youtu.be/atH0RJN-ODs
- Youtube #2 https://youtu.be/QyaFEmmOGdk
- Youtube #3 https://youtu.be/JlwNKRQJ5h0
- Detect Multiple QR codes present on a frame at the same time.
- Detect and Segment detected QR codes.
- Re-detect and Decord them with openCV function(OpenCV detector is not good, it should be fixed.)
- The images of segmented QR codes(mode1: not-aligned, mode2:aligned)
- The positions of segmented QR codes
- The decorded information of segmented QR codes
- Windows 10
- C/C++, Visual Studio 2019
- openCV 4.1.1
- openMP for Parallel Computing
- Image Resolution 1920x1080
- QR Code model1, model2 Only
- No distortion removal
- Webcam Logitech C920 PRO HD WEBCAM
- Download OpenCV 4.1.1(https://sourceforge.net/projects/opencvlibrary/files/4.1.1/opencv-4.1.1-vc14_vc15.exe/download)
- Decompress it on the path "C:"
- Clone this project
- Open the project file and complie it
- Run it with release mode (debug mode is slow)
@misc{openQR,
author = {Ye-Chan Choi},
title = {Multiple QR codes Detection, Segmenation, and Decoding},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/clchan000/Multiple-QR-codes-Detection-Segmenation-and-Decoding}}