Created
October 11, 2022 10:56
-
-
Save melisagozet/abed9356e7180c81030b804c5efb85cb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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