Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ndonkohenri/qrcode-scanner
Program detects and shows qrCodes both in images and in live.
https://github.com/ndonkohenri/qrcode-scanner
computer-vision cv opencv opencv-python python qrcode qrcode-reader qrcode-scanner
Last synced: 26 days ago
JSON representation
Program detects and shows qrCodes both in images and in live.
- Host: GitHub
- URL: https://github.com/ndonkohenri/qrcode-scanner
- Owner: ndonkoHenri
- Created: 2022-02-12T22:57:20.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-26T23:43:59.000Z (over 2 years ago)
- Last Synced: 2024-10-08T06:46:17.617Z (about 1 month ago)
- Topics: computer-vision, cv, opencv, opencv-python, python, qrcode, qrcode-reader, qrcode-scanner
- Language: Python
- Homepage:
- Size: 65.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QR Code Scanner !
This is a basic Computer Vision Program made to scan through QR Codes in an image or in real-time!A Web-App version of this program has been built and could be viewed by clicking on -> [QR WEB-APP](https://qrscanner.anvil.app/)
Awesome right? :)
# The Algorithm || How it works?
You might ask yourself how precisely does this great tool work...?An Algorithm is the simplest and understandable way to represent a program.
Have a look o_o:
- It works by collecting given objects such as: images, Video or Real-time Captures(ex: Webcam);
- Using the pyzbar python library, it scans through the given objects(image or webcam), searching for what you know ~ QR Codes;
- When detected, it then decodes the QRCode returning the it's content and actual location in frame;
- A bounding box is then drawn around this detected QRCode, and the decoded content of the QRCode showed on top.# Why use this Program amongst all out there?
In a sincere way, I will tell you some reasons for you to use this program...- Remember that this repository contains two Programs: One made only for Images Scanning and the other for Real-Time Scanning;
- The Speed is just astonishing, less than 0:00:01.114509 seconds;
- Comments all over, for better understanding of the code;
- Try it out to find more interesting features and let me know...Thanks for using my Programs!! :-)