摘要: import cv2 import numpy as np from matplotlib import pyplot as plt img = cv2.imread('20230222100736979.jpg', 0) hist = cv2.calcHist([img], [0], None, 阅读全文
posted @ 2023-04-16 12:51 西北逍遥 阅读(5) 评论(0) 推荐(0) 编辑