Frame Blending - Optical Flow - Morphing

Hello,

If I have an A and B image that are similar but slightly offset. How would I transition from A to B smoothly by creating in-between transitional frames, similar to a morph, or re-time using optical flow in Nuke or After Effects.

Does anybody know a way to do this? I realize it’s GPU heavy but I’m ok with that.

Any input would be greatly appreciated!

You could setup a GLSL optical flow system where you use the velocity of a feature to track where it was and fill in the pixel’s in between where it is and where it was.

Basically find an edge, find the velocity of the that edge, use the velocity track your edge back in time.

cheers
Keith

Thank you Keith, I’ll look into how to setup a GLSL optical flow system.
Cyrus