Google Search Image

Authors: Aureliano Consoli (aurelio.consoli@gmail.com)
Advisor: Prof. Sebastiano Battiato (battiato@dmi.unict.it)
History: This plugin was implemented in October 2013

Works with:

Google Image Search API
ImageJ's version: 1.47v (used to develop this plugin)
Source: Google_Search.java
Requirements:

You must refereces this api Google Image Search API and create an APP in the relative section.

Installation:

To install this plugin Download this library extract and insert json-taglib-0.4.1.jar , metadata-exstraror-2.6.4.jar and thunbnailator-0.4.6.jar in ImageJ/jre/lib/ext directory on Windows OS or in /Library/Java/Extensions/ on Mac OSX; Copy Google_Search.java in plugin folder of ImageJ then from menu Plugin of ImageJ press Compile and Run and select source file of plugin

Description:

This plugin firstly makes a search using Google Image Search API, obtaining a JSON response; after that, it parses this result and generates a Stack of images, image thumbnails and a log.

Usage:

Here is a brief description:
1) Click on Google_Search from Plugins Menu;
2) Insert the word associated at the image;
3) Insert number of images;
4) See the LogGSearch.txt
5) See the thumbnails of images file

License:

You must refereces of license Open Source Licenses. This code present this licenses, Apache-2.0 and MIT


| ImageJ Plugins Page | ImageJ Home Page | IPLab@CT Home Page |