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: 26 days ago
JSON representation
Detect QRCode and BarCode using OpenCV in Python
- Host: GitHub
- URL: https://github.com/basemax/detectqrcodeopencv
- Owner: BaseMax
- License: gpl-3.0
- Created: 2022-01-20T12:34:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-20T13:05:44.000Z (over 3 years ago)
- Last Synced: 2025-04-09T04:03:04.395Z (27 days ago)
- Topics: 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
- Language: Python
- Homepage:
- Size: 828 KB
- Stars: 15
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |
| -------------- | -------------- |
|  |  |Sorry, I don't have printed Qr-Codes to test program well via webcam. (LIVE)
## Using
```bash
$ python image.py
$ python video.py
```