Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- from pythreshold.utils import test_thresholds
- from scipy.misc import ascent
- import cv2
- # Testing all the included thresholding algorithms
- image = cv2.imread('/home/kira/Downloads/261892454_2023160914514191_1043008417872578478_n.jpg', 0)
- test_thresholds(image, '/home/kira/mifta/output/', 'test')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement