import cv2 import numpy as np ## read image as np.ndarray in BGR order img = cv2.imread("test.png") ## use OpenCV function to split channels b, g, ...
確定! 回上一頁