Merging two pictures for higher resolution

asked 2013-03-15 17:15:31 -0600

Pirate gravatar image

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.

edit retag flag offensive close merge delete

Comments

1

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 :)

StevenPuttemans gravatar imageStevenPuttemans ( 2013-03-15 17:29:58 -0600 )edit
1

So multiframe superresolution processing seems to be the beginning of this for me. Anyone done anything like this before?

Pirate gravatar imagePirate ( 2013-03-16 11:49:38 -0600 )edit

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

StevenPuttemans gravatar imageStevenPuttemans ( 2013-03-17 13:32:52 -0600 )edit