The libpleno is an open-source C++ computer-vision library for plenoptic cameras modeling and processing.
The libpleno library has a light dependency list:
and was compiled and tested on:
Please see the file dependencies.txt
for more detailled dependencies list.
Third-party libraries libv and lma can be found in the corresponding folder ./third_parties/
. You can install them from here (warning about ros, catkin and others can be ignored for installation).
If you are comfortable with Linux and CMake and have already installed the prerequisites above, the following commands should install libpleno on your system.
mkdir build && cd build
cmake .. -DUSE_OPEN_MP=true
make -j6
sudo make install
Currently available applications using the libpleno:
Configuration file examples are given in the folder ./examples/config/
for the datasets R12-A
(see below).
Observations for the dataset R12-A
are also given in the folder ./examples/obs/
.
If you use libpleno in an academic context, please cite the following publication:
@inproceedings{labussiere2020blur,
title = {Blur Aware Calibration of Multi-Focus Plenoptic Camera},
author = {Labussi{\`e}re, Mathieu and Teuli{\`e}re, C{\'e}line and Bernardin, Fr{\'e}d{\'e}ric and Ait-Aider, Omar},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
pages = {2545--2554},
year = {2020}
}
or
@article{labussiere2022calibration
title = {Leveraging blur information for plenoptic camera calibration},
author = {Labussi{\`{e}}re, Mathieu and Teuli{\`{e}}re, C{\'{e}}line and Bernardin, Fr{\'{e}}d{\'{e}}ric and Ait-Aider, Omar},
doi = {10.1007/s11263-022-01582-z},
journal = {International Journal of Computer Vision},
year = {2022},
month = {may},
number = {2012},
pages = {1--23}
}
or
@article{labussiere2023blade,
title = {Blur aware metric depth estimation with multi-focus plenoptic cameras},
author = {Mathieu Labussière and Céline Teulière and Omar Ait-Aider},
keywords = {Plenoptic Camera, Multi-focus, Calibration, Defocus stereo, Relative blur, Disparity, Metric depth estimation},
doi = {https://doi.org/10.1016/j.cviu.2023.103802},
issn = {1077-3142},
journal = {Computer Vision and Image Understanding},
year = {2023},
volume = {235},
pages = {103802},
url = {https://www.sciencedirect.com/science/article/pii/S1077314223001820}
}
libpleno is licensed under the GNU General Public License v3.0. Enjoy!