Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #91372

Re: Question About Image Processing in Python

From Sturla Molden <sturla.molden@gmail.com>
Subject Re: Question About Image Processing in Python
Date 2015-05-28 14:33 +0000
References <CABsq6izAZ5HNy7gT-WSTAxrUaGNexhbLUhk92Gwtu563ys3Jow@mail.gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.132.1432823635.5151.python-list@python.org> (permalink)

Show all headers | View raw


Serge Christian Ibala <christian.ibala@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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Question About Image Processing in Python Sturla Molden <sturla.molden@gmail.com> - 2015-05-28 14:33 +0000

csiph-web