Is there any way to compare these images and detect similarity between them?
https://www.dropbox.com/s/4qxbe95vmenlcor/Images.png
Compare Images
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Compare Images
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.
It compares two images pixel-by-pixel. If you want a more intelligent comparison, you need to do some image processing first.
snibgo's IM pages: im.snibgo.com
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Compare Images
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.