Reputation: 1036
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?
Upvotes: 1
Views: 98
Reputation: 5919
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
Upvotes: 1