lucas kanade Flashcards
(51 cards)
What is optical flow?
The apparent motion of image brightness patterns between consecutive frames, represented as a vector field.
What is the motion field?
The true motion of points in 3D space as projected onto the 2D image plane.
When does optical flow differ from the motion field?
When brightness changes are due to lighting, reflections, or motion illusions.
What assumption underlies optical flow estimation?
Brightness constancy — that a point retains the same intensity over time.
What is the brightness constancy equation?
I(x, y, t) = I(x + δx, y + δy, t + δt)
What is the optical flow constraint equation?
Iₓu + Iᵧv + Iₜ = 0
What does each variable in the optical flow constraint represent?
Iₓ, Iᵧ are spatial gradients; Iₜ is temporal gradient; u, v are flow components.
Why is optical flow under-constrained?
Because the constraint equation provides one equation for two unknowns (u and v).
What is the aperture problem?
The inability to determine full motion from a small image region due to missing directional information.
In which region is flow best estimated?
Corners or textured regions, where gradients exist in multiple directions.
What is the Lucas–Kanade method?
A technique to estimate constant optical flow over a small window using least squares.
What type of region does Lucas–Kanade assume?
A small window where motion is constant across all pixels.