摘要: from PIL import Image import numpy as np import os # 设置阈值(可根据具体情况调整) threshold = 128 path1 = r'resultCD' path2 = r'result1' if not os.path.exists(path 阅读全文
posted @ 2023-05-12 09:19 yokon 阅读(295) 评论(0) 推荐(0)