摘要:
import matplotlib.pyplot as pltimport cv2 as cva=cv.imread('learn.jpg')cv.imshow('learn',a)fig=plt.figure(1) #新建绘图窗口b=fig.add_subplot(221) #选择画布第一个b.imshow(a,cmap=plt.cm.gray) #读图cv.imshow('lear... 阅读全文
posted @ 2019-07-23 09:49
tangjunjun
阅读(1926)
评论(0)
推荐(1)