Skip to content

karaage0703/python-image-processing

Repository files navigation

python-image-processing

Useful and simple image processing python scripts

image

image

image

image

image

Requirements

  • Mac OS X or Linux
  • Python3(Recommended)
  • Python2

Preparation

Library

  • PIL
  • OpenCV 2
  • numpy
  • matplotlib
  • scipy

Execute following commands for install library:

$ pip install pillow
$ pip install opencv
$ pip install numpy
$ pip install matplotlib
$ pip install scipy

Install(Clone) software

Execute following command:

$ git clone https://github.com/karaage0703/python-image-processing.git

Usage and Samples

Go to Github pages.

github pages for image processing

License

This software is released under the MIT License, see LICENSE.

Authors

  • karaage0703
  • sugyan (face_crop.py)