Generate scale and colour invariant image hash
Posted: 2012-06-26T13:09:48-07:00
Hi,
I'm new to image processing. I need to generate a hash for each image to group the similar images together. The hash needs to be:
- Scale invariance - an image must have the same hash as a resized version of itself
- Artifact tolerance - a PNG image recompressed as a JPEG must have the same hash
- Colour tolerance - a true colour PNG saved as a GIF must have the same hash
How can I do that using ImageMagick or I should look somewhere else?
Many thanks
I'm new to image processing. I need to generate a hash for each image to group the similar images together. The hash needs to be:
- Scale invariance - an image must have the same hash as a resized version of itself
- Artifact tolerance - a PNG image recompressed as a JPEG must have the same hash
- Colour tolerance - a true colour PNG saved as a GIF must have the same hash
How can I do that using ImageMagick or I should look somewhere else?
Many thanks