Image processing libraries in python

MRAB python at mrabarnett.plus.com
Fri Sep 14 13:35:03 EDT 2018


On 2018-09-14 18:04, tejaswi wrote:
> Hello everyone,
> I was looking to work with images in python. I saw two packages
> related to this, Pillow and scipy.ndimage.  I was wondering what
> purposes each of these serve.
> I've previously used matlab/octave's image processing facilities and
> found them quite easy to work with, so is scipy the way to go in that
> case.
> 
Depending on that you want to do, there's also OpenCV.



More information about the Python-list mailing list