Opencv Imshow window getting freeze in MAc OS
i tried so many things but finally ended with vein img= cv2.imread('messi.jpg')
im2color = cv2.cvtColor(img, cv2.COLOR_BGR2RGB)
cv2.imshow('Messi',img) cv2.waitKey(1) cv2.destroyAllWindows()
Try this:
I attempted with my friend using macos.
is there any alternate way?
still i am having issue