Y
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
kebsup
880 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.
link
The similarity function is a sum of squared differences of the pixel values.