The essential difference between the Lucas-Kanade method and the Farneback method lies in the mathematical assumption made about the movement of pixels within an image sequence. Lucas-Kanade is a sparse, local method that assumes the optical flow is constant within a small neighborhood around a specific point. It solves for the velocity of a feature by minimizing the sum of squared differences between image patches, effectively as....
Log in to view the answer