-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Karl Fessel
committed
May 12, 2015
1 parent
f9400b6
commit 42a8d39
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#NameIt | ||
|
||
Nameit contains a Google search by image (sbi) interface written in Python. It contains a standalone version or may be used as a Python module. This is used by the included ROS-Service. | ||
|
||
The web-page-results are parsed using regular expressions which makes the module sensitive to changes on Google servers since no API is used. | ||
|
||
It uploads the picture to Google sbi searches the result for Tags which would be used for a Google search regarding the Image and searches the similar Image Pages parsing their Descriptions for words and bigrams counting them and returning the most common. | ||
|
||
Google accepts many image formats (e.g. png jpeg bmp gif webm) for incompatible formats the module just gives no results (no error to try fetch). | ||
|
||
The ROS Package may be build and installed using catkin. |