Harshul Pandav
Harshul Pandav

Reputation: 1036

Android Image Processiing

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

Answers (1)

D-rk
D-rk

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

Related Questions