I need to make an iOS app with these features:
- Use the camera capture a image.
- Recognize that image: Does it match with a sample image or not?
Is there any online API to do that (from Google, Yahoo, ...)? For example, can I upload an image and I get an image URL and after that request a url to compare a new image with an exist one?
