Handling large motions
L-K requires small motion
•If the motion is much more than a pixel, use discrete search instead
•
•Given feature window W in H, find best matching window in I
•Minimize sum squared difference (SSD) of pixels in window
•
•
•
•
•Solve by doing a search over a specified range of (u,v) values
–this (u,v) range defines the search window