import cv2 import numpy as np import matplotlib.pyplot as plt # 讀取圖檔 img = cv2.imread('image.jpg') # 轉為灰階圖片 gray = cv2.
確定! 回上一頁