Image Super-Resolution - Iterative Back Projection Algorithm

버전 1.5.0.0 (55.6 KB) 작성자: Victor May
A simple maximum-likelihood algorithm for super-resolution.
다운로드 수: 7.2K
업데이트 2011/11/26

라이선스 보기

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.

인용 양식

Victor May (2026). Image Super-Resolution - Iterative Back Projection Algorithm (https://kr.mathworks.com/matlabcentral/fileexchange/33839-image-super-resolution-iterative-back-projection-algorithm), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2010b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
버전 게시됨 릴리스 정보
1.5.0.0

Added a calculation of the reconstruction error at the example script.

1.3.0.0

Fixed a typo in the description.

1.0.0.0