A library that identifies similar images

I want to determine how 2 images look like. Images can be scaled, cropped, etc. Therefore, a simple comparison of pixels will not work.

I looked around, and there are many scientific articles on this subject, but they do not release their code. So, did you know about the released library that can compare images (for Linux and Windows)?

+5
image-processing extract compare
Sep 22 '09 at 13:51
source share
1 answer

I came across this fantastic list of computer vision software: http://www.cs.cmu.edu/~cil/v-source.html

And I decided to take a closer look at these 2 tools:

+6
04 Oct '09 at 12:02
source share



All Articles