Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/basemax/detectqrcodeopencv

Detect QRCode and BarCode using OpenCV in Python
https://github.com/basemax/detectqrcodeopencv

barcode barcode-detection barcode-images barcode-reader barcode-recognizer barcode-scanner barcode-scanning barcodes barcodescanner opencv opencv-python py python python-opencv qrcode qrcode-decoder qrcode-reader qrcode-scanner qrcodes

Last synced: 1 day ago
JSON representation

Detect QRCode and BarCode using OpenCV in Python

Awesome Lists containing this project

README

        

# Detect QRCode OpenCV

Detect QRCode and BarCode using OpenCV in Python

## Features

- Ability to scan **image** and **video** file
- Ability to show live Qr-Code from **webcam**
- Show data text of qr codes **LIVE**
- Show known qr-code with **GREEN** color and unknown with **RED** color

### Programs

- **Image:** highlight QrCodes inside a image
- **Video:** highlight QrCodes in all frames of a video

## Demo

| Test | Test |
| -------------- | -------------- |
| ![](demo1.jpg) | ![](demo3.jpg) |

Sorry, I don't have printed Qr-Codes to test program well via webcam. (LIVE)

## Using

```bash
$ python image.py
$ python video.py
```