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


Groups > comp.lang.python > #91372 > unrolled thread

Re: Question About Image Processing in Python

Started bySturla Molden <sturla.molden@gmail.com>
First post2015-05-28 14:33 +0000
Last post2015-05-28 14:33 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#91372 — Re: Question About Image Processing in Python

FromSturla Molden <sturla.molden@gmail.com>
Date2015-05-28 14:33 +0000
SubjectRe: Question About Image Processing in Python
Message-ID<mailman.132.1432823635.5151.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web