Generate new image based on sequence

asked 2017-08-01 17:39:20 -0600

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?

edit retag flag offensive close merge delete

Comments

1

imho, you should start with pen & paper, and first try a simple linear extrapolation. later improve with a Kalman Filter

berak gravatar imageberak ( 2017-08-02 00:08:06 -0600 )edit

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

StevenPuttemans gravatar imageStevenPuttemans ( 2017-08-02 06:54:55 -0600 )edit