Project Description:
Hello,
I would like a stand alone C++ library that implements the following image interpolation algorithm from this paper.
http://graphics.tu-bs.de/media/publications/stich08apgv.pdf
The input should be two images, a set of parameters, and the output should be a per-pixel look up table that provides the per pixel correspondence between the first and the second image.
You can OpenCV as a base image processing and loading library. The sample images can come from the test sets described in the paper.