Skip to content

Instantly share code, notes, and snippets.

@melisagozet
Created October 11, 2022 10:56
Show Gist options
  • Save melisagozet/abed9356e7180c81030b804c5efb85cb to your computer and use it in GitHub Desktop.
Save melisagozet/abed9356e7180c81030b804c5efb85cb to your computer and use it in GitHub Desktop.
imgResize = cv2.resize(img, (180,150))
cv2_imshow(imgResize)
print(imgResize.shape)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment