Light field image viewer with Qt5.
You need Qt5 to build this project. With Qt5, you can easily build the project using CMake.
$ git clone https://github.com/tatsy/LightField.git
$ mkdir build && cd build
$ cmake ..
$ cmake --build .
This viewer accepts light field images from Stanford Light Field Archive. Please download the rectified datasets at this archive.
Also, I prepared a download script in data
directory. Please run download.py
on data
directory and choose the light field file that you want.
Run the viewer, push the Load
button, and choose the unzipped folder rectified
(you can change the folder name, but please make sure that the chosen directory contains all the downloaded images).
-
Focus and aperture size: with the sliders in the right, you can change the focus and aperture size of the camera.
-
View point: by clicking and dragging on the view, you can change the view point.
- MIT License, Tatsuya Yatagawa (tatsy)