LightMap Diff: Add link to Goldberg research paper

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-04-13 11:17:42 +02:00
parent 47814e2fde
commit 57a8f79479

View file

@ -47,6 +47,10 @@ var diffValues = []diffValue{
- Use Lightness instead of luminance
- Use more pixels (difficult as we only have 3x3 thumbs right now)
- Iterative calculation using smaller offsets for each round (current offset is +4)
For a more complex implementation, see
https://github.com/EdjoLabs/image-match/blob/master/image_match/goldberg.py
http://www.cs.cmu.edu/~hcwong/Pdfs/icip02.ps
*/
// Diff returns an integer that can be used to find similar images.