Page 1 of 1

Compare Images

Posted: 2013-11-13T11:45:50-07:00
by andrefaria
Is there any way to compare these images and detect similarity between them?
https://www.dropbox.com/s/4qxbe95vmenlcor/Images.png

Re: Compare Images

Posted: 2013-11-13T13:15:33-07:00
by snibgo
See http://www.imagemagick.org/Usage/compare/

It compares two images pixel-by-pixel. If you want a more intelligent comparison, you need to do some image processing first.

Re: Compare Images

Posted: 2013-11-13T13:21:43-07:00
by fmw42
andrefaria wrote:Is there any way to compare these images and detect similarity between them?
https://www.dropbox.com/s/4qxbe95vmenlcor/Images.png

Your images are so different that any compare is likely to say they are totally different. One of your images in color and the other is black and white edges. You likely need much more similar images to get anything meaningful out of the compare results.