show -mutlple-image.py. import cv2 from matplotlib import pyplot as plt img = cv2.imread('cat.jpg') b, g, r = cv2.split(img) plt.subplot(2, 2, ...
確定! 回上一頁