Re: [Tutor] Image Analysis

2007-09-12 Thread Kent Johnson
Bill Campbell wrote: Most mailing lists limit the size of messages to 40k or less. On this list large messages go to moderation. I think I was so captivated with the images that I forgot about the size. A better way to present this would be to put the images on a web site and reference them

Re: [Tutor] Image Analysis

2007-09-12 Thread wormwood_3
, September 11, 2007 11:09:36 PM Subject: Re: [Tutor] Image Analysis On Wed, Sep 12, 2007 at 01:57:35AM +0200, Eike Welk wrote: I have attached the program, the input image, and the output image. Please do not stuff 1 MB emails in my mailbox. Either (1) post the images on the Web and provide

Re: [Tutor] Image Analysis

2007-09-12 Thread wormwood_3
things in it. -Sam - Original Message From: wormwood_3 [EMAIL PROTECTED] To: Python Tutorlist tutor@python.org Sent: Wednesday, September 12, 2007 9:21:28 AM Subject: Re: [Tutor] Image Analysis Very strange. This is the second time that I know of in the last month that I have

Re: [Tutor] Image Analysis

2007-09-12 Thread Kent Johnson
wormwood_3 wrote: Could not find it. The searchable interface at ActiveState's site does not have it, and I don't know of any way to search the zipped archives... There is a plaintext archive at http://mail.python.org/pipermail/tutor/ Here is the post you want though without the attachments:

Re: [Tutor] Image Analysis

2007-09-12 Thread Eike Welk
On Wednesday 12 September 2007 15:43, wormwood_3 wrote: Eike, if you would be able to send me your post, even just to my address and not the tutor list, I would greatly appreciate it! Seems it had some neat things in it. I've sent it to your e-mail address ([EMAIL PROTECTED]).

Re: [Tutor] Image Analysis

2007-09-12 Thread Eike Welk
On Wednesday 12 September 2007 05:09, Dave Kuhlman wrote: Please do not stuff 1 MB emails in my mailbox. Either (1) post the images on the Web and provide a link or (2) ask before emailing large attachments. Sorry! I guess I'm spoiled by my ADSL connection. I did not know that the limit is

Re: [Tutor] Image Analysis

2007-09-12 Thread Alan Gauld
wormwood_3 [EMAIL PROTECTED] wrote Could not find it. The searchable interface at ActiveState's site does not have it, and I don't know of any way to search the zipped archives... I use the gmane news inteface, I dunno about Eike, but its possible the problem lies in gmane's interface to

Re: [Tutor] Image Analysis

2007-09-12 Thread Bill Campbell
On Wed, Sep 12, 2007, Kent Johnson wrote: Bill Campbell wrote: Most mailing lists limit the size of messages to 40k or less. On this list large messages go to moderation. I think I was so captivated with the images that I forgot about the size. A better way to present this would be to put the

Re: [Tutor] Image Analysis

2007-09-11 Thread Alan Gauld
wormwood_3 [EMAIL PROTECTED] wrote I need some way to analyze an image for color patterns. My only lead right now is PIL, and I am not sure if it will meet my needs. PIL should be usable but I think there is also a Pyton wrapper for ImageMagick and I think it has some colour management

Re: [Tutor] Image Analysis

2007-09-11 Thread Carnell, James E
wormwood_3 [EMAIL PROTECTED] wrote I need some way to analyze an image for color patterns. My only lead right now is PIL, and I am not sure if it will meet my needs. I am using PIL and numpy # something hat at least looks sorta like import numpy import PIL myImage =

Re: [Tutor] Image Analysis

2007-09-11 Thread wormwood_3
Thanks very much! This may be exactly what I need, and in any case will be a great starting point! -Sam ___ - Original Message From: Carnell, James E [EMAIL PROTECTED] To: tutor@python.org Sent: Tuesday, September 11, 2007 9:45:30 AM Subject: Re: [Tutor] Image

Re: [Tutor] Image Analysis

2007-09-11 Thread Dave Kuhlman
On Wed, Sep 12, 2007 at 01:57:35AM +0200, Eike Welk wrote: I have attached the program, the input image, and the output image. Please do not stuff 1 MB emails in my mailbox. Either (1) post the images on the Web and provide a link or (2) ask before emailing large attachments. Thank you.

Re: [Tutor] Image Analysis

2007-09-11 Thread Eric Brunson
Just my opinion, but I didn't mind the attachments, I felt they added quite a bit to the discussion and I certainly appreciated the input on the application of the libraries. My opinion on your tone, I'll keep to myself. Dave Kuhlman wrote: On Wed, Sep 12, 2007 at 01:57:35AM +0200, Eike Welk

Re: [Tutor] Image Analysis

2007-09-11 Thread Bill Campbell
On Tue, Sep 11, 2007, Eric Brunson wrote: Just my opinion, but I didn't mind the attachments, I felt they added quite a bit to the discussion and I certainly appreciated the input on the application of the libraries. My opinion on your tone, I'll keep to myself. Figure out the total size

[Tutor] Image Analysis

2007-09-10 Thread wormwood_3
I have thought up a project for myself that is rather beyond my current knowledge, but I think it will be fun and very informative. I'll leave out the details right now, but the task that will be the hardest is that I need some way to analyze an image for color patterns. I would like to be able