Skip to content

Commit 64ae3eb

Browse files
authored
Update barcode_scanner.py
1 parent 0a85036 commit 64ae3eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

barcode_scanner/barcode_scanner.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
def barcode(decoded, image):
77
imge = cv2.rectangle(image, (decoded.rect.left,
8-
decoded.rect.top), (decoded.rect.left + decoded.rect.width,
9-
decoded.rect.top + decoded.rect.height), color=(0, 255, 0), thickness=5)
8+
decoded.rect.top), (decoded.rect.left +
9+
decoded.rect.width, decoded.rect.top + decoded.rect.height), color=(0, 255, 0), thickness=5)
1010
return imge
1111

1212

0 commit comments

Comments
 (0)