Hacker News new | ask | show | jobs
by kebsup 882 days ago
No external libraries are used. I just greedy search the image from a grid of starting points to find the best match.

The similarity function is a sum of squared differences of the pixel values.