Link to home
Create AccountLog in
Avatar of piximetry
piximetry

asked on

Calculate comparison of images based on visual similarity

We have 100k images from which we need to remove duplicates.

A duplicate match occurs when the images are VISUALLY the same, regardless if image format, quality setting, dimensions or small differences. Obviously we cannot use a md5-sum on the file itself, so we need something more advanced.

Ideally, we'd like to compute some kind of hash value that is based solely on visual appearance.
ASKER CERTIFIED SOLUTION
Avatar of TimothyDawson
TimothyDawson

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
SOLUTION
Avatar of Hamed Zaghaghi
Hamed Zaghaghi
Flag of Iran, Islamic Republic of image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Avatar of th94nn
th94nn

are these images color or b/w or grey scale?
SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Avatar of piximetry

ASKER

Please allow some more comments here from the experts.
You won't receice more unless you respond to the already posted ones.