Question About Image Processing in Python

Sturla Molden sturla.molden at gmail.com
Thu May 28 10:33:32 EDT 2015


Serge Christian Ibala <christian.ibala at gmail.com> wrote:

> Or what is the recommendation of Python for image processing?

Basic setup everyone should have:

Python
NumPy
SciPy (e.g. scipy.ndimage)
Cython
C and C++ compiler
matplotlib
scikit-image
scikit-learn
pillow

Also consider:
mahotas
tifffile (by Christoph Gohlke)
OpenCV
PyOpenGL
VTK
mayavi
pyglet
PyGame
PyQt

Abandonware:
PIL




More information about the Python-list mailing list