Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

library that identifies similar images

I want to determine how similar 2 images are. The images may have been scaled, cropped, etc, so a simple pixel comparison won't work.

I have had a look around and there are a lot of academic papers on this topic but they don't release their code. So, do you know of a released library that can compare images (for Linux and Windows)?

like image 249
hoju Avatar asked Sep 22 '09 13:09

hoju


1 Answers

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

And decided to look at these 2 tools in more detail:

  • http://libpuzzle.pureftpd.org/project/libpuzzle
  • http://appsrv.cse.cuhk.edu.hk/~jkzhu/felib.html
like image 158
hoju Avatar answered Sep 29 '22 05:09

hoju