On Fri, 31 Mar 2006 15:10:11 -0800, rumours say that Scott David Daniels
<[EMAIL PROTECTED]> might have written:
>Christos Georgiou wrote:
>> I did make a module based on imgseek, and together with PIL,
>> I manage my archive of email attachments (it's incredible how many
>> different version
Finding similar images is not at all a trivial task. Entire PhD
dissertations have been committed to it. The solutions are still very
unreliable as of yet. If you want to find more, you can read the
research out of the ongoing Image CLEF track. I worked with them
briefly a couple of years ago in co
Christos Georgiou wrote:
> I did make a module based on imgseek, and together with PIL,
> I manage my archive of email attachments (it's incredible how many
> different versions of the same picture people send you: gif, jpg
> in different sizes etc) and it works fairly well.
>
> E-mail me if
On 29 Mar 2006 05:06:10 -0800, rumours say that "Thomas W"
<[EMAIL PROTECTED]> might have written:
>How can I use python to find images that looks quite similar? Thought
>I'd scale the images down to 32x32 and convert it to use a standard
>palette of 256 colors then compare the result pixel for pi
Thomas W wrote:
>How can I use python to find images that looks quite similar? Thought
>I'd scale the images down to 32x32 and convert it to use a standard
>palette of 256 colors then compare the result pixel for pixel etc, but
>it seems as if this would take a very long time to do when processing
John J. Lee schreef:
> Richie Hindle <[EMAIL PROTECTED]> writes:
>
>> [Thomas]
>>> How can I use python to find images that looks quite similar?
>> Have you looked at http://www.imgseek.net/ ? It's an Open Source Python
>> photo
>> collection manager that does exactly what you're asking for.
>
Richie Hindle <[EMAIL PROTECTED]> writes:
> [Thomas]
> > How can I use python to find images that looks quite similar?
>
> Have you looked at http://www.imgseek.net/ ? It's an Open Source Python photo
> collection manager that does exactly what you're asking for.
Maybe... I don't recall if it h
> How can I use python to find images that looks quite similar? Thought
> I'd scale the images down to 32x32 and convert it to use a standard
> palette of 256 colors then compare the result pixel for pixel etc, but
> it seems as if this would take a very long time to do when processing
> lots of im
I did this once for a motion dection algorithm. I used luminescence
calculations to determine this. I basically broke the image into a
grid of nine (3x3) areas and calculated the luminescene for each
section and if it changed signficantly enough then there has been
motions. The more sections, th
[Thomas]
> How can I use python to find images that looks quite similar?
Have you looked at http://www.imgseek.net/ ? It's an Open Source Python photo
collection manager that does exactly what you're asking for.
--
Richie Hindle
[EMAIL PROTECTED]
--
http://mail.python.org/mailman/listinfo/pyt
[EMAIL PROTECTED] wrote:
> I dont get it..cant the matching take place efficiently with PIL, only
> that you need to have a condition i.e if the mismatch exceeds a certain
> threshold, they are not similar,
>
>
http://gumuz.looze.net/wordpress/index.php/archives/2005/06/06/python-webcam-fun-motio
I dont get it..cant the matching take place efficiently with PIL, only
that you need to have a condition i.e if the mismatch exceeds a certain
threshold, they are not similar,
http://gumuz.looze.net/wordpress/index.php/archives/2005/06/06/python-webcam-fun-motion-detection/
Check the above link,
Thomas W wrote:
> How can I use python to find images that looks quite similar? Thought
> I'd scale the images down to 32x32 and convert it to use a standard
> palette of 256 colors then compare the result pixel for pixel etc, but
> it seems as if this would take a very long time to do when proces
Thomas W wrote:
> How can I use python to find images that looks quite similar? Thought
> I'd scale the images down to 32x32 and convert it to use a standard
> palette of 256 colors then compare the result pixel for pixel etc, but
> it seems as if this would take a very long time to do when process
Use PIL..of course..
Sudharshan S
--
http://mail.python.org/mailman/listinfo/python-list
How can I use python to find images that looks quite similar? Thought
I'd scale the images down to 32x32 and convert it to use a standard
palette of 256 colors then compare the result pixel for pixel etc, but
it seems as if this would take a very long time to do when processing
lots of images.
Any
16 matches
Mail list logo