Current work
Added 2017-03-15 19:20:03 +0000 UTCSo I am currently working on an algorithm to detect images posted and return a source link for it.
I'm trying to make it as robust as possible to detect even re-color changes or other changes (JPEG compression).
It runs kinda well so far. The RMSE calculation is too slow to work well, but it makes progress.
For those wondering, I take the center of an image and turn it into a 16x16x2 (widthxheightxcolors) representation. Colors are represented by either 0 or 1, to make color variants matter as little as possible.
I keep you updated on how its working out, if I don't forget about it...