import numpy as np
import cv2
data=np.array([[255,0,255,0],[0,255,0,255],[255,0,255,0],[0,255,0,255]], dtype=np.uint8)
cv2.imwrite('output_image.png',data)
cv2.imshow('image',data)
cv2.waitKey(0)
cv2.destroyAllWindows()
🔬 The Double-Slit Experiment: Where It All Begins One of the most famous demonstrations of interference is the double-slit experiment. When...
No comments:
Post a Comment