This repo is a QR coder-decoder with many custom options based on EmguCV (.NET version of OpenCV) and the library zxing.
Here is a simple demo:
- utf-8 support
- 3 types of 2-D code: QR, PDF-417, CODE-128
- customed code colors and erro correction levels
- custom logo at the center of QRcode
- drag to decode
- well designed GUI
First you should install EmguCV (v3.0) and copy the corresponding .dll
s in folder bin
into project's debug
, and then open the project in Visual Studio (it was build on VS 2013), and build.
MIT License