Questions tagged [google-image-search]

297 questions
2
votes
1 answer

Google search by image from own webpage

Is it possible to search by an image directly from my own webpage? i will like to insert an url like: "http://thegalaxyguide.com/galaxy/sun/ultra_violet_sun.gif" and then be redirected to google and watch the result. i tried this
Lasse
  • 651
  • 2
  • 8
  • 24
2
votes
0 answers

API for Google Image-based search

Is there a way to programatically upload an image (say a picture from the camera, taken in a mobile app) to Google's image-based search and receive Google's "best guess" what is on the image? Results should be in JSON or XML, and must work outside…
TDaver
  • 7,164
  • 5
  • 47
  • 94
2
votes
0 answers

Using Google Image Search programmatically

I'm creating a Windows Phone 7 app, in which I take a picture from my phone and have to upload it on google image search. Here is the flow which I have understood till now. We have to post image as a byte[] to url:…
1Mayur
  • 3,419
  • 5
  • 40
  • 64
2
votes
0 answers

How to download google lens responses image with white effect on OCR texts?

When I upload an image to Google Lens using desktop browsers, after OCR and text extraction, a white effect is created by Google Lens around found texts and a black effect is created on the rest of the image components. For example, i upload this…
2
votes
3 answers

Trying to download all of the google search images using javascript

I'm trying to make a script that downloads all the Google search images for making dataset of my ml project. I was following this tutorial to download the high-resolution image but suddenly an error appears which says: Refused to load the script…
2
votes
1 answer

How can I make a bash script for reverse searching an identical image and downloading its greatest resolution?

I am aware that this can't be done with bash script only, or it isn't as far as I know (and I'm still learning). This is why I'm asking for help. What do I need more ? Are there specific tools ? This is what I'd like to do: Upload an image to…
user11379880
2
votes
1 answer

What's the most accurate algorithm in finding the similarities between different images

I'm learning to find a way to search similar images recently. There is some popular algorithms in features matching area.For example, Perceptual Hash Algorithm, SIFI and SURF in openCV. I'm wondering that which one is the most accurate.Or is using…
2
votes
1 answer

Google Custom Search Engine - search by image

Right now I'm using Custom Search Engine (CSE) to search through entire web by search term. The request looks like: GET "https:/www.googleapis.com/customsearch/v1?key=API_KEY&cx=SEARCH_ENGINE_ID&q=SEARCH_TERM" And this request returns me list of…
2
votes
0 answers

Android reverse image search

In my project i need to include searchs to a API Rest to query with a url that points to a jpg picture and it returns a list of urls with similar pictures. Google Images performs via web like i am looking for, but the clients for Android that i have…
Billyjoker
  • 729
  • 1
  • 10
  • 31
2
votes
0 answers

Google Vision API for reading labels off of an image doesn't give results as accurate as Google Image Search

I'm looking to create an app that uses an image uploaded by a user and looks for same/similar images on the web. Google images is the best example of that so I tried using the Vision API to first read the image labels and query them using Google…
Ahmed Mujtaba
  • 2,110
  • 5
  • 36
  • 67
2
votes
1 answer

Find similar image using image upload

Here, I want to search am image from MySQL by upload an image. I have tried with hash and rgb and also with hex. But I am not getting the perfect picutres as google. For e.g. If you find Koala.jpg, then you can see only those photos related to…
Virb
  • 1,639
  • 1
  • 16
  • 25
2
votes
0 answers

Return first image link from google search in excel using vba

It is possible to modify this code to search for large images and to return the link of the first image. I tryed to modify the google link with the google image link but it doesent work Sub XMLHTTP() Dim url As String, lastRow As Long Dim…
vivi
  • 35
  • 8
2
votes
2 answers

No image in my google image search

Ok, so I want to use the google api for image search, I know is deprecated, but I don't want to use the custom search This is the code I've been using