Motion Analysis Flashcards

1
Q

Image as functions

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Optical flow

A

Represents apparent motion of brightness patterns in an image sequence
Optical flow != motion field

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Motion field

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Brightness constancy assumption

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Aperture problem

A

Motion along edges is ambiguous because the flow is only measurable perpendicular to the edge

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Lucas-Kanade method

A

Assumes constant velocity in local neighborhood
Uses least-squares to solve for motion
A: gradient matrix, spatial and temporal derivatives,
b: brightness difference

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Optical flow fails in

A

in non-constant brightness eg. changing illumination
complex motion eg. water waves, snow, fire

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Temporal derivative

A

Rate of change of intensity I(x,y,t) with respect to time t
partial I / partial t
Relates to brightness constancy eqn

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Spatial derivative

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly