opticalflow
Optical flow is the pattern of apparent motion of brightness patterns in an image sequence, caused by relative motion between the observer and the scene. It is commonly represented as a dense 2D vector field where each vector indicates the displacement of a pixel from one frame to the next. The concept underlies motion estimation in computer vision and video processing.
The problem dates to classic work by Horn and Schunck (1981) introducing a global energy model with
Dense optical flow computes a flow vector for every pixel, while sparse methods track a subset of
Recently, deep learning models such as FlowNet, PWC-Net, and RAFT achieve high accuracy by learning to predict
Applications span video compression, object tracking, autonomous navigation, robotics, and visual odometry. Limitations include sensitivity to