摘要: Histogram equalization and specialization from PIL import Image import os class Img: def __init__(self, image): self.img = image def getPr(self): # 获取 阅读全文
posted @ 2020-03-02 11:58 Junzhao 阅读(429) 评论(0) 推荐(0)