Skip to content

Let’s create a program that scans the QR codes and Barcodes from an image. For this program, we need three packages, which are OpenCV, NumPy, and pyzbar. Most of the python programmers are familiar with OpenCV and Numpy libraries. OpenCV is an open-source computer vision and machine learning library. It is a useful library for image processing. …

Notifications You must be signed in to change notification settings

ujjwal-dhiman-ai/QR-Code-Scanner-Using-Open-CV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

QR-Code-Scanner-Using-Open-CV

Let’s create a program that scans the QR codes and Barcodes from an image. For this program, we need three packages, which are OpenCV, NumPy, and pyzbar. Most of the python programmers are familiar with OpenCV and Numpy libraries. OpenCV is an open-source computer vision and machine learning library. It is a useful library for image processing. We are using this library in our project for processing each frame from a video captured by a device. We are using Numpy here because pyzbar works with OpenCV / numpy ndarrays. Whereas, pyzbar library is used to read barcodes and QR codes from a given image.

About

Let’s create a program that scans the QR codes and Barcodes from an image. For this program, we need three packages, which are OpenCV, NumPy, and pyzbar. Most of the python programmers are familiar with OpenCV and Numpy libraries. OpenCV is an open-source computer vision and machine learning library. It is a useful library for image processing. …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages