Hacker News new | ask | show | jobs
by jasondigitized 881 days ago
Ok, I'm gonna need you to break down the motion tracking for me. Are you using MediaPipe?
1 comments

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.