Click here to Skip to main content
15,890,123 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I search a software which I can compare a part of a picture (jpg, png, ...) if it is different or not.

For example I want to compare the following 3 pictures on the left side of the red rectangle.

http://netzwerk.lima-city.de/bild1.png
http://netzwerk.lima-city.de/bild2.png
http://netzwerk.lima-city.de/bild3.png

The solution is that bild1 and bild2 are similar and bild3 not.

Hope somebody can help me there where I can find such a software.

kindly regards
Posted

1 solution

Image similarity is a very advanced topic which involves a lot of high end mathematics.

Even the notion of similarity is vague as it could mean different things (byte comparison, similar colours, same picture but shifted etc.).

Take a look at the following :

http://stackoverflow.com/questions/75891/algorithm-for-finding-similar-images[^]

http://www.orfeo-toolbox.org/doxygen/ImageSimilarityMetricsPage.html[^]

http://www.tmoser.ch/typo3/22.0.html[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900