Discussion:
[Tutor] Question About Image Processing in Python
Oscar Benjamin
2015-05-28 11:24:32 UTC
Permalink
On 28 May 2015 at 11:34, Serge Christian Ibala
Hello All,
I want to know which version of Python is compatible (or can be associated
with which version of which "tools or package" for image processing)
I am working under Window and it is so complicated to find out which version
of which tool goes with which other version?
I want to use the following package
“numpy, matplotib, mahotas, ipython OpenCV and SciPy"
I would just install the most recent released versions unless I saw
some information that suggested a problem with that.

You may want to consider installing something like the Anaconda Python
distribution which includes most of these packages (all except
mahotas) with a single installer:
http://docs.continuum.io/anaconda/install.html

You can see the list of packages included here:
http://docs.continuum.io/anaconda/pkg-docs.html

It will also install the mingw compiler that you could use to install
mahotas using pip/conda.


--
Oscar
_______________________________________________
Tutor maillist - ***@python.org
To unsubscribe or change subscription o
Todd
2015-05-28 11:46:28 UTC
Permalink
I want to use the following package
“numpy, matplotib, mahotas, ipython OpenCV and SciPy"
opencv seems to be the only one not available for 3.x.
OpenCV 3 (which is in RC1 now) supports Python 3.x.
_______________________________________________
Tutor maillist - ***@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/
Sturla Molden
2015-05-28 14:33:32 UTC
Permalink
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

_______________________________________________
Tutor maillist - ***@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Continue reading on narkive:
Loading...