摘要:
安装opencv pip install opencv-python 读取图片 import cv2 as cv img = cv.imread("images/luo.jpg") cv.imshow("罗翔",img) # 等待 cv.waitKey(0) cv.destroyAllWindows 阅读全文
posted @ 2022-04-14 20:48
波罗斯の程序日记
阅读(40)
评论(0)
推荐(0)
摘要:
柱状图 # -*- coding: utf-8 -*- import matplotlib.pyplot as plt plt.rcParams['font.sans-serif']=['SimHei'] #用来正常显示中文标签 plt.rcParams['axes.unicode_minus']= 阅读全文
posted @ 2022-04-14 16:54
波罗斯の程序日记
阅读(80)
评论(0)
推荐(0)

浙公网安备 33010602011771号