Project Description
This little project allows .NET developers to take advantage of the new Google Search by Image service features (à la Goggle ) in their desktop applications , the project is currently in alpha release
Website : http://www.google.com/insidesearch/features/images/searchbyimage.html
Related Posts : http://www.codeproject.com/Tips/384578/Using-Google-Search-By-Image-within-your-NET-appli?msg=4252766
Use cases :
- Images classification
- Find similar images on the web
- Identify Images
Compatibility :
.NET Framework 2.0 or greater
Twitter : @amaboura
Example :
Console.WriteLine(SBISharp.SBIHelper.SearchByImage("http://zapp5.staticworld.net/images/article/2012/03/screenshot2011-11330868.png"));
Console.ReadKey();