再opencv python中图像都是NumPy arrays也就是说C++中的Mat再python中是NumPy arrays frame = np.zeros((256, 256), np.uint8, 'C')cv2.imshow('show', frame)