Useful and simple image processing python scripts
- Mac OS X or Linux
- Python3(Recommended)
- Python2
- 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
Execute following command:
$ git clone https://github.com/karaage0703/python-image-processing.git
Go to Github pages.
github pages for image processing
This software is released under the MIT License, see LICENSE.
- karaage0703
- sugyan (face_crop.py)