prmohanty / Scikit-image-processing

Image processing examples with Numpy, Scipy, and Scikit-image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please feel free to connect with me here on LinkedIn if you are interested in data science and like to connect.


Image processing examples with Numpy, Scipy, and Scikit-image

Requirements

  • Python 3.x
  • NumPy (pip install numpy)
  • SciPy (pip install scipy)
  • MatplotLib (pip install matplotlib)
  • Scikit-image (pip install scikit-image)

Simple NumPy array based operations


Exposure and color channel manipulations


Edges, lines, and contours

About

Image processing examples with Numpy, Scipy, and Scikit-image

License:MIT License


Languages

Language:Jupyter Notebook 100.0%