Merging two pictures for higher resolution
Two pictures (eg 8px by 8px) taken with two different cameras at the same time in parallel viewing angles. What can be used to create a higher resolution image than the originals by using them?
My original thoughts were interferometry but phases of light in jpegs wont be happening any time soon.
There is no exact function included for this in OpenCV but I would suggest trying to search on papers about superresolution (correct naming of it) and then use that to implement it yourself, using OpenCV building blocks if needed :)
So multiframe superresolution processing seems to be the beginning of this for me. Anyone done anything like this before?
Haven't found any openCV programs yet, but there are tons of C and C++ projects out there. An example can be: http://www1.idc.ac.il/toky/videoproc-07/projects/superres/srproject.html