摘要: python opencv 分割像素通道 import cv2 import numpy as np # Load the image img = cv2.imread('path/to/image.jpg') # Split the image into its channels b, g, r 阅读全文
posted @ 2023-04-15 15:14 西北逍遥 阅读(17) 评论(0) 推荐(0) 编辑