- 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
- Detect all QR codes presented on a frame at the same time
- Segment the detected QR codes
- Decord them with openCV function (But, OpenCV Decoder shows poor performance...)
- The images of segmented QR codes (mode1: not-aligned, mode2: aligned)
- The positions
- The decorded informations
- QR Code model1, model2 only
- Windows 10
- C/C++, Visual Studio 2019
- openCV 4.1.1
- openMP for Parallel Computing
- Tested on image resolution 1920x1080
- 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)
- Webcam Logitech C920 PRO HD WEBCAM
@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}}