赞
踩
import cv2 import matplotlib.pyplot as plt import numpy as np #1.定义函数,计算灰度直方图 def classify_gray_hist(image1,image2,size=(256,256)): image1