android - How can I add image recognition to a Google Glass application? -
android - How can I add image recognition to a Google Glass application? -
i trying find free way image recognition / computer vision in google glass application. looking can recognize real-world objects money, book covers, , text. ideally, work google goggles (for reason google hasn't made goggle api). open cloud-based solutions or ones run locally. open running own server if not feasable image recognition locally on glass.
i have looked several different technologies. opencv seems powerful, doesn't come library of images match against. camfind has cloud api need, costs lot of money.
does have suggestions how add together image recognition application? in advance!
i won glass foundry hackathon in nyc (in 2013) hacking same thing together. before native development kit glass announced, did mirror api. how implemented it:
first, create server-side glass app using 1 of quickstarts. requesting right scope can interact mirror api , manipulate users' timelines. expose custom share target, when user takes photo, can "share" app upon sharing, server receive post (multipart believe) mirror api image note: image recognition won't require such high resolution glass's 5mp, shrunk image downwards create move faster. on server side, upload image image recognition service. used iq engines defunct. quick google search reveals many services. still on server side, result of image recognition, insert new card user's timeline result , image, etc android opencv google-glass image-recognition google-goggles
Comments
Post a Comment