2021
05-23
05-23
Python opencv缺陷检测的实现及问题解决
题目描述利用opencv或其他工具编写程序实现缺陷检测。实现过程#-*-coding:utf-8-*-'''作者:丁毅开发时间:2021/4/2115:30'''importcv2importnumpyasnpfromPILimportImage,ImageDraw,ImageFontimportmatplotlib.pyplotasplt#用于给图片添加中文字符的函数defcv2ImgAddText(img,text,left,top,textColor=(0,255,0),textSize=20):#判断是否OpenCV图片类型if(isinstance(img,np.ndarray)):...
继续阅读 >