# 直方图均衡化

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

点赞(0) 打赏

评论列表 共有 0 条评论

暂无评论

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部