import cv2 import numpy as np image = cv2.imread("./images/coins.png") gray = cv2.cvtColor(image, cv2.COLOR_BGR2GRAY) blurred = cv2.
確定! 回上一頁