Skip to content

Instantly share code, notes, and snippets.

@letthedataconfess
Created September 20, 2021 16:11
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save letthedataconfess/26963566167bae5a560676d6259cca40 to your computer and use it in GitHub Desktop.
thresh8 = cv2.adaptiveThreshold(img1, 255, cv2.ADAPTIVE_THRESH_GAUSSIAN_C, cv2.THRESH_BINARY, 33,15)
cv2.imshow('text',thresh8)
cv2.waitKey(0)
cv2.destroyAllWindows()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment