Generate new image based on sequence
Is there any technique to take a series of images and create the next step in the future based on movement in the existing sequence - eg if we had a ball moving can we create a new image wher the ball will go?
imho, you should start with pen & paper, and first try a simple linear extrapolation. later improve with a Kalman Filter
Basically you are doing time series prediction but than in the 2D case. Best solutions I have seen are based on deep learning, using recurrent neural networks to predict moving behaviour of pixels. Simple it will be not :D