img = cv2.imread("image.jpg")
cv2.namedWindow("preview")
cv2.imshow("preview", img)
cv2.waitKey(1)
cv2.destroyAllWindows()
Even i tried adding but still freezing
cv2.startWindowThread()
MAC OS Mojave
Python 3.7
任何人都可以提供解决方案。
我已经知道另一种使用枕头或matplotlib显示图像的方法,但是我需要解决方案为什么imshow会冻结?