https://github.com/gheris-579/building-a-real-time-qr-code-scanner-with-computer-vision.-computer-vision
computer-vision pc python qrcode qrcode-scanner
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gheris-579/building-a-real-time-qr-code-scanner-with-computer-vision.-computer-vision
- Owner: Gheris-579
- Created: 2024-03-08T20:33:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-08T20:43:20.000Z (over 1 year ago)
- Last Synced: 2025-01-30T09:17:09.062Z (5 months ago)
- Topics: computer-vision, pc, python, qrcode, qrcode-scanner
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QR-Code-Scanner-with-Computer-Vision.-Computer-Vision
QR codes are a ubiquitous form of information encoding used for everything from marketing to event registration. In this tutorial, you will learn how to build a real-time QR code scanner using computer vision techniques. We will use Python and OpenCV to capture and process live video from a webcam, detect and decode QR codes from the video stream, and display the decoded information on the screen.
