1

In my application I want to capture an image and compare it with a stored image to know if they are similar. What API/technology/third party application can I use to make this happen?

Anthony Graglia
  • 5,355
  • 5
  • 46
  • 75
Harshul Pandav
  • 1,016
  • 11
  • 23

1 Answers1

1

You can use the OpenCV library: http://sourceforge.net/projects/opencvlibrary/

Take a look at this answer for ideas how to solve your problem: Simple and fast method to compare images for similarity

Community
  • 1
  • 1
D-rk
  • 5,513
  • 1
  • 37
  • 55