Sentdexs OpenCV tutorial - Link

OpenCV installation procedure

Use this link to download OpenCV with appropriate .whl file for your system. Then use pip install YOUR_WHEEL.whl, cd if you need to.

Alternate OpenCV installation procedure

pip install opencv-python Simple as that

Dependencies

  • Numpy