Skip to content

Applying numerical operations on image and Learning most famous techniques of image processing

Notifications You must be signed in to change notification settings

iulasbayram/Image-Understanding

Repository files navigation

Requirements

  • The latest version of PIP
  • The latest version of virtualenv
  • Python 3.x

Installation

  • Virtual environment creation:
    • virtualenv -p python3 env___name
  • Environment activation:
    • . env___name / bin / activate
  • Package installation:
    • pip install package___name
    • Packages that should be installed are listed below:
      • numpy
      • scipy
      • scikit-learn
      • matplotlib
      • tensorflow
      • ipython
      • jupyter
  • OpenCV installation:
    • pip install opencv-python
    • pip install opencv-contrib-python

About

Applying numerical operations on image and Learning most famous techniques of image processing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published