-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
27 lines (22 loc) · 1.3 KB
/
README.txt
File metadata and controls
27 lines (22 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
% =========================================================================
% LRTV: Low-Rank Total Variation for Image Super-Resolution
% =========================================================================
% Developer: Jian Cheng, NICHD (jian.cheng.1983@gmail.com)
% Feng Shi, UNC-Chapel Hill (fengs@med.unc.edu)
% Version: 1.0, initial release
% =========================================================================
The superResolutionToolkit aims to increase the resolution of input image.
It is the implementation of below paper:
Feng Shi, Jian Cheng, Li Wang, Pew-Thian Yap, Dinggang Shen, "LRTV: MR Image Super-Resolution with Low-Rank and Total Variation Regularizations", accepted for IEEE Trans. On Medical Imaging, 2015.
http://dx.doi.org/10.1109/TMI.2015.2437894
================================================
In this toolbox you can find the following files:
1. example.m - the example file run super resolution on 2D images.
2. example3D.m - the example file run super resolution on 3D images.
================================================
Required software
This toolkit require MATLAB to run.
================================================
To run the toolbox
1. The in-plane resolution of input image should be 256*256
2. Follow the example to run the algorithm.