Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to upload image and then perform custom google image search based on that image in iOS?

Smart Peoples,

I have worked on performing custom google image search like entering text and it will display a list of images ,i got that file in JSON. I have already referred https://developers.google.com/custom-search/v1/overview

NOW I want to work on uploading image from my app and there after i want to make google image search using that uploaded file so it will display me results that would be similar images related to that uploaded image based on pixels,view,size,etc..

for example you can check out google image search and on search bar you will see a small camera at the corner side just click on it and upload an image it will display you results similar to that uploaded image .

I want to make use of the same concept in my IOS app. please help me out as early as possible from scratch related to this your reply would be highly appreciable and admired ..

THANKS , in Advance

like image 317
ABHI Avatar asked Jan 24 '13 07:01

ABHI


1 Answers

You need a reverse image search. There are two main players in this business: Google and Tineye. Tineye was pretty cool till google arrived. Now, I prefer Google. Also, Tineye search is payed.

I have an example code for Google here. It must be not very difficult to rewrite it with Objective-C to use in iOS devices.

like image 146
madhead - StandWithUkraine Avatar answered Nov 02 '22 03:11

madhead - StandWithUkraine