import cv2 as cv import numpy as np import matplotlib.pyplot as plt Red = np.zeros([6, 6], dtype = np.uint8) plt.imshow(Red) # it is just ...
確定! 回上一頁