I have a video feed which is taken with a moving camera and contains moving objects. I would like to stabilize the video, so that all stationary objects will remain stationary in the video feed. How can I do this with OpenCV?
ie. For example, if I have two images prev_frame and next_frame, how do I transform next_frame so the video camera appears stationary?