├── README.md ├── data └── PUT-YOUR-DATA-HERE ├── demo.m ├── results ├── all_views.gif ├── bigimg-1.jpg ├── buhhda2-ap-zoom.png ├── epi_h.jpg └── epi_v.jpg └── src ├── Allviews2Remap.m ├── ComputEPI.m ├── ImshowAP.m ├── LF2Remap.m ├── Make4DLF.m ├── Mat2LF.m ├── Refocus2Gif.m ├── Remap2LF.m ├── RescaleImg.m ├── ViewLightField.m ├── View_Generator.m ├── ZoomIm.m └── hdf2LF.m /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-Processing/HEAD/README.md -------------------------------------------------------------------------------- /data/PUT-YOUR-DATA-HERE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /demo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-Processing/HEAD/demo.m -------------------------------------------------------------------------------- /results/all_views.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-Processing/HEAD/results/all_views.gif -------------------------------------------------------------------------------- /results/bigimg-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-Processing/HEAD/results/bigimg-1.jpg -------------------------------------------------------------------------------- /results/buhhda2-ap-zoom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-Processing/HEAD/results/buhhda2-ap-zoom.png -------------------------------------------------------------------------------- /results/epi_h.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-Processing/HEAD/results/epi_h.jpg -------------------------------------------------------------------------------- /results/epi_v.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-Processing/HEAD/results/epi_v.jpg -------------------------------------------------------------------------------- /src/Allviews2Remap.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-Processing/HEAD/src/Allviews2Remap.m -------------------------------------------------------------------------------- /src/ComputEPI.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-Processing/HEAD/src/ComputEPI.m -------------------------------------------------------------------------------- /src/ImshowAP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-Processing/HEAD/src/ImshowAP.m -------------------------------------------------------------------------------- /src/LF2Remap.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-Processing/HEAD/src/LF2Remap.m -------------------------------------------------------------------------------- /src/Make4DLF.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-Processing/HEAD/src/Make4DLF.m -------------------------------------------------------------------------------- /src/Mat2LF.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-Processing/HEAD/src/Mat2LF.m -------------------------------------------------------------------------------- /src/Refocus2Gif.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-Processing/HEAD/src/Refocus2Gif.m -------------------------------------------------------------------------------- /src/Remap2LF.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-Processing/HEAD/src/Remap2LF.m -------------------------------------------------------------------------------- /src/RescaleImg.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-Processing/HEAD/src/RescaleImg.m -------------------------------------------------------------------------------- /src/ViewLightField.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-Processing/HEAD/src/ViewLightField.m -------------------------------------------------------------------------------- /src/View_Generator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-Processing/HEAD/src/View_Generator.m -------------------------------------------------------------------------------- /src/ZoomIm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-Processing/HEAD/src/ZoomIm.m -------------------------------------------------------------------------------- /src/hdf2LF.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vincentqyw/light-field-Processing/HEAD/src/hdf2LF.m --------------------------------------------------------------------------------