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.”
Does anyone know what an inverse mapping function is in image processing? The paper
Share
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.