read an image in grayscale img = cv2.imread('daria.jpg', 0) img = cv2.resize(img, (320,225)) # apply various thresholds val, ...
確定! 回上一頁