Skip to content

Commit 008dc85

Browse files
committedSep 12, 2020
added saving file in barcode reader tutorial
1 parent 2d38d13 commit 008dc85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎general/barcode-reader/barcode_reader.py

+1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,5 @@ def draw_barcode(decoded, image):
4141
img = decode(img)
4242
# show the image
4343
cv2.imshow("img", img)
44+
# cv2.imwrite("barcode_detected.png", img)
4445
cv2.waitKey(0)

0 commit comments

Comments
 (0)