/QRMaster

A QR coder-decoder GUI based on EmguCV (.NET version of OpenCV)

Primary LanguageC#MIT LicenseMIT

QRMaster

Introduction

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:

Feature

  • 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

How to use

First you should install EmguCV (v3.0) and copy the corresponding .dlls in folder bin into project's debug, and then open the project in Visual Studio (it was build on VS 2013), and build.

Lincense

MIT License