6

I have an application that will hold a set of images in a SQLDatabase and then the user will take a photo and I want to be able to match it with an image in the database.

I have no idea where to start, can anyone help? point me in the right direction?

Thanks

hanimal_p
  • 303
  • 1
  • 3
  • 13

2 Answers2

2

Start by checking out OpenCV.

The problem you are trying to solve is not exactly trivial though. It is an area of ongoing research and none of the algorithms are perfect (in fact they're all far from perfect, IMO).

Good luck!

Goz
  • 61,365
  • 24
  • 124
  • 204
1

Start with OpenCV and understand that this is a non-trivial task.

http://opencv.willowgarage.com/wiki/

Good luck.

Joshua Smith
  • 6,561
  • 1
  • 30
  • 28