问题描述
首先让我澄清一下我的要求:-我正在制作一个可以拍摄任何图像并对其进行识别的应用程序(例如,如果我上传了苹果的图片,那么它应该返回文本"apple").我将使用此文本搜索某些产品(此搜索功能已完成).
我见过Google图片搜索,如果您上传图片,Google会在搜索框中返回带有相应文本(标识该图片)的相关图片.
我已经搜索过图像API-Google和Yahoo API已弃用:( Bing支持文本到图像搜索(如果我输入错误,请更正我)TinEye api进行图像到图像搜索,但没有相应的文本(如果我缺少某些内容,请更正我)
在此先感谢
Let me first clarify my requirements :- I am making an application which will take any image and identify it (e.g. if I upload a picture of an apple then it should return me the text "apple"). I will use this text to search some products (this search functionality is already done).
I have seen Google Image search in which if you upload an image Google returns related images with a corresponding text (which identifies the image) in the search box.
I have searched for Image APIs - Google & Yahoo APIs are Depreciated :( Bing supports text to image search (Please correct me if I am wrong) TinEye api has Image to Image search but no corresponding text (Please correct me if I am missing something)
Thanks in Advance
推荐答案
这篇关于识别图片(类似于Google图片,我们可以在其中上传图片并获取相应的文本)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!