Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit 435cb0d

Browse files
authored
Update Qr_scanner.py
1 parent 41bceb0 commit 435cb0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Image-Processing/Qr_scanner/Qr_scanner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import cv2 ##import the module opencv
22
import numpy as np ##import the module numpy
33
import pyzbar.pyzbar as pyzbar ##import the module pyzbar
4+
45
img = cv2.imread("qr.png") ##read your image
56
decode_QR = pyzbar.decode(img) ##function to decode QR
67

0 commit comments

Comments
 (0)