Created
October 11, 2022 10:54
-
-
Save melisagozet/6a351114aaf4fba504bbc7d378e944da 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
imgBlur = cv2.GaussianBlur(imgGray, (7,7), 0) | |
cv2_imshow(imgBlur) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment