Hacker News new | ask | show | jobs
by schobi 748 days ago
I would go with something like sift features (or a non patented variant thereof if you plan commercial usage). You analyze a first picture and extract the center part. You run a feature detector on each image and the can cheaply match (scale and rotation invariant) against each other - this gives rotation and scaling.
1 comments

Yea that's precisely what I ended up doing, but the frame extraction was quite finicky.