Image Super-Resolution - Iterative Back Projection Algorithm
by Victor May
19 Nov 2011
(Updated 26 Nov 2011)
A simple maximum-likelihood algorithm for super-resolution.
|
Watch this File
|
| File Information |
| Description |
This project is a simple implementation of the Iterative Back-Projection (IBP)
algorithm for solving the Super-Resolution problem. It was first proposed
by Michal Irani in her 1991 paper "Improving resolution by image
registration". The imaging model being used is described by a paper by
Michael Elad, "Super-Resolution Reconstruction of an image". Both papers
can easily be found through a search in Google Scholar.
I've done two simplifications to the imaging model:
1) The image blur is assumed to be spatially invariant.
2) The spatial transformation model is a global translation.
To run the example code, follow the following steps:
1) Run SRSetup.m
2) Run SRExample.m
The example code operates on a dataset that is generated synthetically from
a reference image. Thus, the exact values for the blur sigma and the
translation offsets are being used. |
| Required Products |
MATLAB
|
| MATLAB release |
MATLAB 7.11 (R2010b)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Updates |
| 21 Nov 2011 |
Fixed a typo in the description. |
| 26 Nov 2011 |
Added a calculation of the reconstruction error at the example script. |
|
Contact us