[Tutor] Image Matching

Kent Johnson kent37 at tds.net
Fri Aug 15 13:10:19 CEST 2008


On Fri, Aug 15, 2008 at 3:54 AM, ShivKumar Anand <shiv_mbm at hotmail.com> wrote:
> Hello!! Everyone,
>
> I have to match two images and tell how much identical they are.
>
> I am trying with Python Imaging Library 1.2.6, but not able to do it
>
> I am using ImageChops.difference(im1, im2).histogram() and trying to
> achieve.

How do you define "how much identical"?

What results are you getting and how does it not work?

Kent


More information about the Tutor mailing list