Rossi

所属分类:图形图像处理
开发工具:matlab
文件大小:35KB
下载次数:12
上传日期:2018-08-18 21:31:40
上 传 者sorryhi
说明:  超分辨重建的matlab程序,有效的提高图像分辨率
(Super resolution reconstruction matlab program, effectively improving image resolution.)

文件列表:
GBtest.m (9801, 2018-06-11)
blurmat.m (1939, 2018-06-11)
col2lf.m (1406, 2018-06-11)
crop.m (2003, 2018-06-11)
decimat.m (1756, 2018-06-11)
gbsuper.m (5376, 2018-06-11)
high2low.m (3181, 2018-06-11)
importdata.m (3017, 2018-06-11)
intergraph.m (12278, 2018-06-11)
lc1c2.m (2809, 2018-06-11)
lf2col.m (1007, 2018-06-11)
lf2grid.m (1186, 2018-06-11)
merge.m (3178, 2018-06-11)
nlm.m (5739, 2018-06-11)
plotlf.m (4831, 2018-06-11)
ppm.m (2856, 2018-06-11)
psnrfr.m (1095, 2018-06-11)
psnrlf.m (1370, 2018-06-11)
readhci.m (2868, 2018-06-11)
readstf.m (1255, 2018-06-11)
split.m (2303, 2018-06-11)
stdlap.m (999, 2018-06-11)
super.m (8367, 2018-06-11)
testdata.m (3202, 2018-06-11)
tukeywin.m (1096, 2018-06-11)
upsample.m (1929, 2018-06-11)
warpmask.m (1956, 2018-06-11)

# light-field-super-resolution This MATLAB code implements the Graph-Based Light Field Super-Resolution framework described in [1][2]. The author of the code is:        *Mattia Rossi ([email](rossi.mattia@gmail.com))*        *Signal Processing Laboratory 4 (LTS4)*        *Ecole Polytechnique Federale de Lausanne (Switzerland)* If you use or adapt this code in your work (either as a stand-alone tool or as a component of any algorithm), you need to cite the appropriate articles [1][2]. This code is for academic purpose only: not for commercial or industrial activities. ## How to run the code No installation is required. Just download the repository, copy it inside your MATLAB workspace, and follow the three steps below. 1. The Heidelberg and Stanford light field dataset that are mentioned in our articles [1][2] are provided (by their respective creators) with different file formats and reference systems. Download the two light field dataset and then run the script `importdata.m` to convert all the light fields to the same format and reference system. Please note that the two dataset have to be downloaded from their respective websites (references to the two datasets are provided in [1][2]). 2. Run the script `testdata.m` to generate the low resolution light fields from the data generated at the previous point. 3. Run the script `GBtest.m` to apply our Graph-Based (GB) Super-Resolution algorithm to the low resolution light fields generated at the previous point. The script `GBtest.m` allows the user to play with the parameters of the super-resolution algorithm. Since each low resolution light field is decomposed into sub light fields that are super-resolved separately and merged at the very final step, in `GBtest.m` it is also possible to activate the parallel reconstruction, that takes advantage of the MATLAB parfor. ## Input light field conventions In the case the user wants to input its own light field, this MUST be stored in a MATLAB 2D cell array. Each entry of the cell array must be a light field view, in particular, the view must be an RGB image stored as a `height * width * 3` MATLAB matrix of type `uint8`. Regarding the view order, the following convention is adopted: - moving along a row of the cell array from left to right must be equivalent to move the camera horizontally from left to right in the 3D scene, - moving along a column of the cell array from the top to the bottom must be equivalent to move the camera vertically from the top to the bottom in 3D the scene. ## A short note In our code, the `(s,t)` angular reference system has its origin in the top left corner of the cell array described in the *Input light field conventions* section, with the horizontal angular axis pointing to the right and the vertical angular axis pointing to the bottom. However, in our code, the horizontal angular axis is named `s` and the vertical angular axis is named `t`, while in our articles [1][2] their names are swapped. The same holds true for the spatial axes `x` and `y`. It is ONLY a different naming of the axis, and NOT a different arrangement of the light field views. ## Reference [1] Mattia Rossi and Pascal Frossard, *Graph-Based Light Field Super-Resolution*, in 19th IEEE International Workshop on Multimedia Signal Processing, 2017. [2] Mattia Rossi and Pascal Frossard, *Geometry-Consistent Light Field Super-Resolution Via Graph-Based Regularization*, IEEE Transactions on Image Processing, vol. 27, no. 9, pp. 4207-4218, Sep. 2018.

近期下载者

相关文件


收藏者