Skip to content

Instantly share code, notes, and snippets.

@NicholasBallard
Created August 16, 2020 05:02
Show Gist options
  • Save NicholasBallard/9d0126a0870e4c12d443196d3b53af2f to your computer and use it in GitHub Desktop.
Save NicholasBallard/9d0126a0870e4c12d443196d3b53af2f to your computer and use it in GitHub Desktop.
resized = resize("checkers.jpg", 50)
print(resized.shape)
plt.imshow(resized) # can use cv2.imshow("name", image)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment