next up previous contents
Next: The Onedimensional Case Up: Optical Flow Previous: Differential Methods

The Method of Lucas and Kanade

 

The central point of this method is a model of constant velocities in a small spatial neighbourhood tex2html_wrap_inline2680 . Within this neighbourhood the following term is minimised:

equation353

Here, tex2html_wrap_inline2682 is a weighting function that favours the center part of tex2html_wrap_inline2680 .

With the abreviations

eqnarray363

we obtain an implicit solution,

equation377

and, when tex2html_wrap_inline2686 is nonsingular, a closed form solution,

equation381

The matrix tex2html_wrap_inline2686 is singular when the gradient is constant in one or more directions over the neighbourhood tex2html_wrap_inline2680 . This can be interpreted as an instance of the ``aperture problem''.

The velocity estimates for most of the differential methods are more accurate for small displacements. Therefore, we also implemented an iterative version of this method where successive images are shifted by the amount of flow calculated in previous iterations in order to compensate the movements in the image and thereby yield more accurate results in the following iterations.



Markus Weber
Tue Jan 7 15:44:13 PST 1997