Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/basemax/detectqrcodeopencv
- Owner: BaseMax
- License: gpl-3.0
- Created: 2022-01-20T12:34:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-20T13:05:44.000Z (about 3 years ago)
- Last Synced: 2025-01-17T03:38:44.268Z (5 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: 13
- Watchers: 3
- Forks: 3
- 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 |
| -------------- | -------------- |
| ![](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
```