能在线做国二计算机题目的网站站长网站工具
# 直方图均衡化import cv2
import numpy as np
import matplotlib.pyplot as plt# 读取彩色图像
img = cv2.imread("./pictures/Lena.jpg")# 检查图像是否加载成功
if img is None:print("Could not open or find the i# 直方图均衡化import cv2
import numpy as np
import matplotlib.pyplot as plt# 读取彩色图像
img = cv2.imread("./pictures/Lena.jpg")# 检查图像是否加载成功
if img is None:print("Could not open or find the i