Skip to content

Instantly share code, notes, and snippets.

@letthedataconfess
Last active September 20, 2021 16:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save letthedataconfess/e19221b06a58af25fd39d30df8582f5c to your computer and use it in GitHub Desktop.
Save letthedataconfess/e19221b06a58af25fd39d30df8582f5c to your computer and use it in GitHub Desktop.
ret, thresh9 = cv2.threshold(img1,100 , 255, cv2.THRESH_BINARY + cv2.THRESH_OTSU)
cv2.imshow('otsu',thresh8)
cv2.waitKey(0)
cv2.destroyAllWindows()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment