Skip to content

Instantly share code, notes, and snippets.

@melisagozet
Created October 11, 2022 10:54
Show Gist options
  • Save melisagozet/6a351114aaf4fba504bbc7d378e944da to your computer and use it in GitHub Desktop.
Save melisagozet/6a351114aaf4fba504bbc7d378e944da to your computer and use it in GitHub Desktop.
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