Skip to content

Instantly share code, notes, and snippets.

@ubuangel
ubuangel / 1_install_opencv_ubuntu.md
Created July 27, 2024 21:39 — forked from demid5111/1_install_opencv_ubuntu.md
Instructions for installing opencv on Ubuntu 18.04

Install OpenCV 4.5 on Ubuntu 18.04

Pre-configured OpenCV for Python from PyPi

  1. open the terminal
  2. check Python3 installation: python3 --version
  3. go to official website to learn details: https://pypi.org/project/opencv-python/
  4. choose the most complete package and run: python3 -m pip install opencv-contrib-python often you will not find the pip installed by default, therefore use the corresponding steps from the