Created
October 11, 2022 10:53
-
-
Save melisagozet/5ea4a87d8eaf02cc6bd28571d59799cb 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
imgGray = cv2.cvtColor(img, cv2.COLOR_BGR2GRAY) | |
cv2_imshow(imgGray) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment