/OpenCV-Tutorial

OpenCV tutorial in Arabic series on youtube

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

OpenCV-Tutorial

OpenCV tutorial in Arabic series on Youtube

Requirements

This project requires Python 3.5 or later and the following Python libraries installed:

You will also need to have IDE installed to run the code and check results preferred Spyder.

Installation

Windows

Linux Ubuntu

If you don't have much experience with Linux Terminal:

Or in Terminal:

  • Install and update python pip

      sudo apt-get install python3-pip
      sudo pip3 install --upgrade pip
    
  • Install required packages

      sudo pip3 install -U numpy pandas scikit-learn scikit-image sklearn_crfsuite Seaborn jupyter matplotlib
    
  • Install Spyder

      sudo pip3 install -U spyder
      sudo pip3 install -U rope_py3k
    
  • Install Open-CV

    • Download the required packages to compile Open-CV (may not needed)

        sudo apt-get install build-essential cmake git libgtk2.0-dev pkg-config libavcodec-dev libavformat-dev libswscale-dev
      
    • Unofficial Open-CV packages for Python.

        sudo pip3 install -U opencv-python