摘要:
import osimport cv2def threshold(img, thresh=128, maxval=255, type=cv2.THRESH_BINARY): if len(img.shape) == 3: img = cv2.cvtColor(img, cv2.COLOR_BGR2G 阅读全文
posted @ 2019-10-18 11:07
cheatingdeath
阅读(353)
评论(0)
推荐(0)
浙公网安备 33010602011771号