摘要: 1 #!/bin/python3 2 3 import cv2 as cv 4 import numpy as np 5 from matplotlib import pyplot as plt 6 7 8 def plot_demo(image): 9 plt.hist(image.ravel() 阅读全文
posted @ 2020-12-21 00:33 挑水工 阅读(109) 评论(0) 推荐(0) 编辑