On Fri, Aug 15, 2008 at 3:54 AM, ShivKumar Anand <[EMAIL PROTECTED]> 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() an
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.
regards
Shiv Kumar