摘要: import cv2 import numpy as np path = 'image.jpg' img = cv2.imread(path) hight,width,depth = img.shape[0:3] thresh = cv2.inRange(img,np.array([240,240, 阅读全文
posted @ 2021-01-05 20:45 Hany47315 阅读(1482) 评论(0) 推荐(0)
摘要: plt.rcParams['font.sans-serif']=['STZhongsong'] plt.rcParams['font.sans-serif'] = ['SimHei'] 2021-01-05 阅读全文
posted @ 2021-01-05 19:00 Hany47315 阅读(103) 评论(0) 推荐(0)
摘要: jieba 库网址: https://www.jianshu.com/p/883c2171cdb5 math 库 random 库 wordcloud 库 文本部分 import math # 返回数字的绝对值 math.fabs(-10) # 返回数字的上入整数 math.ceil(4.1) ma 阅读全文
posted @ 2021-01-05 13:41 Hany47315 阅读(119) 评论(0) 推荐(0)