Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion sourcecode.py
Original file line number Diff line number Diff line change
@@ -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