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.
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
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
are these images color or b/w or grey scale?
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
Please allow some more comments here from the experts.
You won't receice more unless you respond to the already posted ones.