Re: Image processing libraries in python

2018-09-14 Thread Thomas Jollans
On 14/09/18 19: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 ea

Re: Image processing libraries in python

2018-09-14 Thread MRAB
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

Re: image processing in python and opencv

2014-03-10 Thread Mark H. Harris
On Sunday, March 9, 2014 2:09:25 PM UTC-5, Gary Herron wrote: > i have no idea how to retrieve indexed images stored in ordered dictionary, > using its values like : blue,green,red mean along with contrast, energy, > homogeneity and correlation. as i have calculated the euclidean distance and >

Re: image processing in python and opencv

2014-03-09 Thread Gary Herron
On 03/09/2014 10:56 AM, Varsha Holla wrote: i have no idea how to retrieve indexed images stored in ordered dictionary, using its values like : blue,green,red mean along with contrast, energy, homogeneity and correlation. as i have calculated the euclidean distance and i don't know how to disp

Re: Image processing to auto adjust colors in python ?

2011-05-16 Thread Nobody
On Mon, 16 May 2011 10:11:43 -0700, goldtech wrote: > I'm processing thumbnails with python but one thing I need to do is to > auto-adjust an image for the "best" colors. I am using ffmpeg to get > thumbs three seconds into a video, sometimes the image is too dark. > Normally I'd go into somethin

Re: image processing - inverse filtering

2010-01-29 Thread Aahz
In article <5bfefbb6-89a8-49f6-9f02-7d36dfbc0...@c29g2000yqd.googlegroups.com>, suresh.amritapuri wrote: > >If I am using scipy.ndimage.gaussian_filter() for filtering an image, >how to do the inverse filtering? In general how to do this using >scipy.ndimage? http://projects.scipy.org/mailman/lis

Re: Image Processing (batch)

2008-06-06 Thread Ivan Illarionov
On Thu, 05 Jun 2008 07:10:56 +, Tim Roberts wrote: > Thomas Guettler <[EMAIL PROTECTED]> wrote: >> >>I tried PIL for image batch processing. But somehow I don't like it >> - Font-Selection: You need to give the name of the font file. - >> Drawing on an image needs a different object that pas

Re: Image Processing (batch)

2008-06-05 Thread Ulrich Eckhardt
Tim Roberts wrote: > Thomas Guettler <[EMAIL PROTECTED]> wrote: >> >>I tried PIL for image batch processing. But somehow I don't like it >> - Font-Selection: You need to give the name of the font file. >> - Drawing on an image needs a different object that pasting and saving. >> - The handbook i

Re: Image Processing (batch)

2008-06-05 Thread Tim Roberts
Thomas Guettler <[EMAIL PROTECTED]> wrote: > >I tried PIL for image batch processing. But somehow I don't like it > - Font-Selection: You need to give the name of the font file. > - Drawing on an image needs a different object that pasting and saving. > - The handbook is from Dec. 2006. I have

Re: Image Processing (batch)

2008-06-04 Thread Thomas Guettler
Weinhandl Herbert schrieb: Thomas Guettler schrieb: Hi, I tried PIL for image batch processing. But somehow I don't like it - Font-Selection: You need to give the name of the font file. - Drawing on an image needs a different object that pasting and saving. - The handbook is from Dec. 2006.

Re: Image Processing (batch)

2008-06-03 Thread Ulrich Eckhardt
Thomas Guettler wrote: > I tried PIL for image batch processing. But somehow I don't like it > - Font-Selection: You need to give the name of the font file. > - Drawing on an image needs a different object that pasting and saving. > - The handbook is from Dec. 2006. > > What image libraries

Re: Image Processing (batch)

2008-06-03 Thread Weinhandl Herbert
Thomas Guettler schrieb: Hi, I tried PIL for image batch processing. But somehow I don't like it - Font-Selection: You need to give the name of the font file. - Drawing on an image needs a different object that pasting and saving. - The handbook is from Dec. 2006. What image libraries do you

Re: image processing

2007-03-07 Thread edurand
On Mar 7, 5:54 am, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > En Tue, 06 Mar 2007 10:16:21 -0300, edurand <[EMAIL PROTECTED]> > escribió: > > > On Mar 6, 9:57 am, Paul Rubin wrote: > >> "edurand" <[EMAIL PROTECTED]> writes: > >> > Have a look at :http://filters.sour

Re: image processing

2007-03-07 Thread Claudio Grondi
edurand wrote: > Hi, > > We are are pleased to announce the version 3.0 of the image processing > library 'Filters'. > You can use it in Python, and we have provided tutorials and samples > in Python, with for exemple conversion from/to PIL image format. > > Have a look at : http://filters.source

Re: image processing

2007-03-06 Thread Gabriel Genellina
En Tue, 06 Mar 2007 10:16:21 -0300, edurand <[EMAIL PROTECTED]> escribió: > On Mar 6, 9:57 am, Paul Rubin wrote: >> "edurand" <[EMAIL PROTECTED]> writes: >> > Have a look at :http://filters.sourceforge.net/ > It's a DLL, so yes, it run on Windows. > If someone would

Re: image processing

2007-03-06 Thread edurand
On Mar 6, 9:57 am, Paul Rubin wrote: > "edurand" <[EMAIL PROTECTED]> writes: > > You can use it in Python, and we have provided tutorials and samples > > in Python, with for exemple conversion from/to PIL image format. > > Have a look at :http://filters.sourceforge.net/ >

Re: image processing

2007-03-06 Thread Paul Rubin
"edurand" <[EMAIL PROTECTED]> writes: > You can use it in Python, and we have provided tutorials and samples > in Python, with for exemple conversion from/to PIL image format. > Have a look at : http://filters.sourceforge.net/ Looks interesting, however the example screen shot is shrunk down so th