Image warping
Given a coordinate transform (x’,y’) = h(x,y) and a source image f(x,y), how do we compute a transformed image g(x’,y’) = f(h(x,y))?
x
x’
h(x,y)
f(x,y)
g(x’,y’)
y
y’