From d1da31cebe2937e840713b5ad2f1f4ac7fe64c29 Mon Sep 17 00:00:00 2001 From: BigDragon03 <144650009+BigDragon03@users.noreply.github.com> Date: Fri, 15 Dec 2023 20:56:33 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A0=84=EC=B2=B4=EC=A0=81=EC=9D=B8=20?= =?UTF-8?q?=ED=8B=80=20=EC=9E=91=EC=84=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sourcecode.py | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/sourcecode.py b/sourcecode.py index b6e6fbe..a4da125 100644 --- a/sourcecode.py +++ b/sourcecode.py @@ -1 +1,14 @@ -#input your code +import cv2 +import pyzbar.pyzbar as pyzbar +import numpy as np + + +def decode(image): + //find and decode the QR code in the input image + +def display(image, decoded): + //draw a boundary around the decoded QR code and display the result as an image + + +if __name__ == '__main__': + //read the image 'QR_gachon university.jpg' and use the decode function to decode the QR code