When I try to open an image using cv2.imshow(), a blank image window pops up. I\'ve tried using cv2.waitKey() and cv2.destroyAllWindows(),
cv2.imshow()
cv2.waitKey()
cv2.destroyAllWindows()