image processing - inverse filtering

2010-01-26 Thread suresh.amritapuri
Hi, 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? Thanks suresh -- http://mail.python.org/mailman/listinfo/python-list

Re: PIL how to display multiple images side by side

2010-01-11 Thread suresh.amritapuri
On Jan 9, 9:51 pm, Alf P. Steinbach al...@start.no wrote: * Lie Ryan: On 1/9/2010 8:43 AM, suresh.amritapuri wrote: Hi, In PIL, how to display multiple images in say m rows and n colums when I have m*n images. suresh Tkinter has PhotoImage widget and PIL has support

Re: PIL show() not working for 2nd pic

2010-01-08 Thread suresh.amritapuri
On Jan 8, 6:32 am, McColgst mccol...@gmail.com wrote: Do you get any errors or warnings? Could we see the code you ran to get this problem? Thanks Sean I used to get no such file or directory showing some files in /tmp directory. But today I am getting a different type of message, which

PIL how to display multiple images side by side

2010-01-08 Thread suresh.amritapuri
Hi, In PIL, how to display multiple images in say m rows and n colums when I have m*n images. suresh -- http://mail.python.org/mailman/listinfo/python-list

PIL show() not working for 2nd pic

2010-01-07 Thread suresh.amritapuri
Hi I am using PIL for image processing in ubuntu 9.04. When i give two im.show() commands for two different images, the second image is not displayed (eye of gnome is the display program). It says no such file or directory. Any ideas? thanks suresh --