Are there any API's that'll let me search by image?

岁酱吖の 提交于 2019-11-29 03:01:32

问题


I have an image and I want to search to see what it is. Any API's available for that?


回答1:


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.




回答2:


Another one is fire it's GPL and they use the Magick++ libraries.



来源:https://stackoverflow.com/questions/7081634/are-there-any-apis-thatll-let-me-search-by-image

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!