[Tutor] Question About Image Processing in Python
Sturla Molden
sturla.molden at gmail.com
Thu May 28 16:33:32 CEST 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 Tutor
mailing list