-2

I want to make an application that opens up camera, point at an image and if the image is recognized in my database, give all the corresponding info, else, nothing happens. I dont know where to start, can you give me orientation and specify what cross-platform / ios / android language should I use?

  • Vuforia is image and object recognition library. If you just need to show some text when image is recognized, Vuforia for Android should do. If you want more interaction, like moving objects that are shown when image is recognized, you should use Vuforia for Unity and then export to Android project. – Wukash Mar 20 '16 at 17:04

1 Answers1

1

You can try OpenCV. Check for similarities to match database image and camera view. take a look at following link. similar post described there:

Checking images for similarity with OpenCV

Community
  • 1
  • 1
ugur
  • 3,604
  • 3
  • 26
  • 57