I just have two images,one is the current frame,the other is the optical flow image which calculated by other manners.
My question is how to calculate the previous frame using the two images?
I have saw one solution,just using bilinear interpolation to warp current frame to last frame with optical flow image.But I didn't know how to do it.
So,could someone give me some advice or ideas? Thanks a lot.