Search found 3 matches

by raoh
2012-06-28T06:57:49-07:00
Forum: Users
Topic: Generate scale and colour invariant image hash
Replies: 4
Views: 7621

Re: Generate scale and colour invariant image hash

Btw, what I need to do is to be able to create a same signature for images like these 2:

http://creative.ak.fbcdn.net/v565063/fl ... 7c9eb5.jpg

http://creative.ak.fbcdn.net/v565063/fl ... 734d28.jpg

Keep researching...
by raoh
2012-06-27T06:47:22-07:00
Forum: Users
Topic: Generate scale and colour invariant image hash
Replies: 4
Views: 7621

Re: Generate scale and colour invariant image hash

Thank you all!

As I'm just started to do this, there are quite a lot to learn. I'll do some researches based on your suggestions and hopefully come back with a solution (or more questions).
by raoh
2012-06-26T13:09:48-07:00
Forum: Users
Topic: Generate scale and colour invariant image hash
Replies: 4
Views: 7621

Generate scale and colour invariant image hash

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 ...