Motion Analysis Flashcards
Image as functions
Each image is a snapshot of intensity values over spatial domain (x,y)
Sequence of images can be stacked in the temporal domain to analyze motion over time
Optical flow
Represents apparent motion of brightness patterns in an image sequence
Optical flow != motion field
Motion field
Actual 3D motion projected into the image plane
Challenges to optical flow:
Object moves but image intensity does not change
Illumination changes create apparent motion
Brightness constancy assumption
Assumes brightness of pixel remains constant over time
Ix, Iy = spatial intensity gradients
It = Temporal intensity gradients
u, v = horizontal and vertical components of pixel velocity
Aperture problem
Motion along edges is ambiguous because the flow is only measurable perpendicular to the edge
Lucas-Kanade method
Assumes constant velocity in local neighborhood
Uses least-squares to solve for motion
A: gradient matrix, spatial and temporal derivatives,
b: brightness difference
Optical flow fails in
in non-constant brightness eg. changing illumination
complex motion eg. water waves, snow, fire
Temporal derivative
Rate of change of intensity I(x,y,t) with respect to time t
partial I / partial t
Relates to brightness constancy eqn
Spatial derivative
Measures how the intensity of an image changes over space in the x or y direction.
Rate of change of pixel intensity with respect to spatial coords, partial I / partial x or y
Sharp changes