1
0

Write image instead of show

This commit is contained in:
Jip J. Dekker 2018-05-25 14:41:48 +10:00
parent 2a00c812fb
commit 0955aee4cb

View File

@ -68,5 +68,4 @@ if __name__ == '__main__':
# Stitch image TODO!
# Show image
cv.imshow('Image', image)
cv.waitKey(0)
cv2.imwrite('output.png',image)