Hi All,
Once again I come to the best for my pedestrian question. I'm building a small web app that would be vastly improved by the ability to recognize app icons. I've searched all over but haven't found anything that suits my needs.
Basic Experience:
User uploads a screenshot
We extract icons
We return the name of the corresponding app
Here are a few points:
All icons will be grabbed from a screenshot.
All icons will be the same pixel width and height.
All icons will be grabbed from the same location in the screenshot.
All icons need to be matched against a library of icons (around 400 or so).
The app is built in rails so obviously anything with a ruby library is ideal, however, I'm willing to consider any alternate approaches.
Thanks in advance,
Harris