I have an image and I want to search to see what it is. Any API's available for that?
Asked
Active
Viewed 3,470 times
10

William Niu
- 15,798
- 7
- 53
- 93

Shamoon
- 41,293
- 91
- 306
- 570
-
2I use www.tineye.com for this. Works great! – Cory Kendall Aug 26 '11 at 05:01
-
[Google Image Search](http://www.google.com/insidesearch/searchbyimage.html) does this to an extent. However, there seems to be no API for this (yet?). – pulsar Aug 26 '11 at 10:06
2 Answers
8
I believe there are quite a few. You want to search for Content-based Image Retrieval (CBIR). Wikipedia has a page of CBIR engines, including an extensive list of open source ones. For example, isk-daemon and LIRE are both open source CBIR libraries:
isk-daemon is an open source standalone server and library capable of adding content-based (visual) image searching to any image related website or software.
The LIRE (Lucene Image REtrieval) library provides a simple way to retrieve images and photos based on their color and texture characteristics.

William Niu
- 15,798
- 7
- 53
- 93