import cv2 import numpy # 读取图片 img = cv2.imread("leaf.jpg ") # cv2.imshow("origin", img) # 转化为灰度图并...

NoSuchKey