摘要: 外接矩形、外接圆: 1 import cv2 2 import numpy 3 4 img = cv2.imread('../img/img.png', -1) 5 ret, thresh = cv2.threshold(img, 127, 255, cv2.THRESH_BINARY) 6 con 阅读全文
posted @ 2023-12-05 21:33 VanGoghpeng 阅读(267) 评论(0) 推荐(0) 编辑