Raj
Raj

Reputation: 217

Comparing Images in android?

I am trying to make a application in android that will compare a image with all the other images in a specific folder.If the image matches with any other image it should identify these as similar images.I have searched a lot but havent found anything concrete or a good base to start with.Are there any libraries using which this can be achieved?Does anyone know how can this be done?Any help will be highly appreciable.Or can someone tell me how can i compare whether 2 images are similar or not .I am a newbie in android and any help would be a good start.Thanks.

Upvotes: 0

Views: 285

Answers (1)

karlphillip
karlphillip

Reputation: 93410

Yes, OpenCV can do that for you.

In fact, we already had several discussions about this.

Upvotes: 1

Related Questions