in reply to I need a comparison/hashing algorithm (not the usual).
Calculate a hash for each of the chunks and then you could compare the list of hashes for each image.
Alternatively you could break each image up into 8x8 chunks and then "naively" quantise them (take it down to 12bit or even 9 bit colour depth).
Then calculate the average and median for each of the quantised chunks and compare the lists of values for each image.
Cheers The Cat
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: I need a comparison/hashing algorithm (not the usual).
by Cap'n Steve (Friar) on Sep 24, 2004 at 18:55 UTC |