OpenCV imshow() not working Error Solution

OpenCV imshow() not working Error Solution

Solutions

this is because you installed "OpenCV-Python-Headless". You just need to uninstall the headless version and install the "Open-CV Python"

Step 1 - pip uninstall opencv-python-headless

pip install opencv-python