摘要:
#导入工具包 阅读全文
posted @ 2019-09-22 09:58
刘文华
阅读(196)
评论(0)
推荐(0)
摘要:
#导入工具包 from imutils import * image = imread('image/school.jpg') show(image) def edge_detection(image,minVal=100,maxVal=200): image = cv2.cvtColor(imag 阅读全文
posted @ 2019-09-22 09:30
刘文华
阅读(265)
评论(0)
推荐(0)