Plenoptic imaging reconstruction tools
Plenoptic imaging reconstruction tools, developed in the context of the VOXEL
project, part of the European Union’s Horizon 2020 research and innovation
programme (VOXEL H2020-FETOPEN-2014-2015-RIA GA 665207).
It provides a Python package that allows to read and manipulate light-field images.
The provided features are:
This work is based on the following articles:
It also implements methods from, the following articles:
Other useful information:
It takes a few steps to setup plenoptomos on your
machine. We recommend installing
Anaconda package manager for
Python 3.
Simply install with:
conda install -c n-vigano plenoptomos
To install plenoptomos, simply clone this GitHub
project. Go to the cloned directory and run PIP installer:
git clone https://github.com/cicwi/plenoptomos.git
cd plenoptomos
pip install -e .
To learn more about the functionality of the package check out our
examples folder.
See also the list of contributors who participated in this project.
Contributions are always welcome. Please submit pull requests against the master
branch.
If you have any issues, questions, or remarks, then please open an issue on GitHub.
This project is licensed under the GNU General Public License v3 - see the LICENSE.md file for details.
This package comes with a suggested data format for the light-fields.
We refer to the File format section of the documentation for more information.