Ask Your Question
-1

How to find the duplicate images?

asked 2018-01-21 01:07:53 -0600

BhanuPrasad gravatar image

updated 2018-01-21 08:50:43 -0600

I have collection of images in my gallery, Whenever i have taken the image using my mobile camera before saving the image in Gallery, I want to check the image has already exist or not in gallery. I search on google a lot, unfortunately I didn't get any solution.Can any one help what steps i have to follow to achieve my use-case.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2018-01-21 09:00:47 -0600

berak gravatar image

if you're simply looking for duplicates, you could use opencv's img_hash module

edit flag offensive delete link more

Comments

If the content tends to change a bit, you might want to look for mutual information, for example by matching images based on global descriptors.

StevenPuttemans gravatar imageStevenPuttemans ( 2018-01-21 09:11:27 -0600 )edit

images can be slightly difference , how can i check, can you please help me out. what process i have to follow .

BhanuPrasad gravatar imageBhanuPrasad ( 2018-01-21 09:26:49 -0600 )edit
1

"BagOfWords" might be another thing to look into, but again, do not expect to find anything ready-made

berak gravatar imageberak ( 2018-01-21 13:07:47 -0600 )edit

Could you please provide some steps how to use BagOfWords, If you provide some sample code..it would be helpful..

BhanuPrasad gravatar imageBhanuPrasad ( 2018-01-21 13:12:27 -0600 )edit
1

no, i'm mererely trying to point you, what to look for.

berak gravatar imageberak ( 2018-01-21 13:21:37 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2018-01-21 01:07:53 -0600

Seen: 522 times

Last updated: Jan 21 '18