Skip to content

Instantly share code, notes, and snippets.

@GTimothee
Created June 29, 2018 09:50
Show Gist options
  • Save GTimothee/edb91e821a6eedec8cd3a6b200b07ddf to your computer and use it in GitHub Desktop.
Save GTimothee/edb91e821a6eedec8cd3a6b200b07ddf to your computer and use it in GitHub Desktop.
pillow : img.show()
opencv:
cv2.namedWindow('image', cv2.WINDOW_NORMAL)
cv2.imshow('image',croppedImg)
cv2.waitKey(0)
cv2.destroyAllWindows()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment