Does anyone know what an inverse mapping function is in image processing? The paper I am reading describes image processing functions that "take input coordinates as arguments instead of pixel coordinates, allowing the result to be distorted by an arbitrary inverse mapping function."
feedback
|
That's an except from this paper: http://www.cs.princeton.edu/courses/archive/fall00/cs426/papers/beier92.pdf (pdf) http://www.hammerhead.com/thad/morph.html (html) The paper is about morphing, but the discussion of how to do the morphing should clear up the "forward / reverse mapping" issue. | |||
|
feedback
|
|
An inverse mapping function maps output pixels to the corresponding input area. In other words, the function allows you to compute the distorted area on the input corresponding to a rectangular output pixel. | |||||
|
feedback
|