hsv = cv2.cvtColor(frame, cv2.COLOR_BGR2HSV) 4.設定擷取綠色物件範圍 lower_green = np.array([60,50,50]) upper_green = np.array([80,255,255])
確定! 回上一頁