6B-L1:DENSE FLOW: BRIGHTNESS CONSTRAINT
Last updated
Last updated
Optical flow is the apparent motion of objects or surfaces
How to estimate pixel motion from image I(x, y, t) to I(x, y, t+1)
Two key assumptions:
color constancy: A point in I(x, y, t) looks the same in I(x', y', t+1). For gray scale images, this is brightness constancy
small motion: points do not move very far.
Brightness constancy constraint (equation)
I(x, y, t) = I(x+v, y+u, t+1)
Small motion (u and v are less than 1 pixel, or smooth) (Taylor serious expansion)
Brightness constancy constraint equation: