It is a framework for disparity calculation and disparity map construction.
This project presents the Disparity Computation Framework (DCF).
Original paper URL: https://www.sciencedirect.com/science/article/pii/S2667305321000430
If you use this project, cite:
@article{gabriel,
Author = Author={Vieira, Gabriel and
Júnio Cesar and
Naiane Sousa and
Soares, Fabrizzio
},
Title = {A Three-Layer Architecture to Support Disparity Map Construction in StereoVision Systems},
journal={ntelligent Systems with Applications},
volume={12},
pages={200054},
issn = {2667-3053},
doi = {https://doi.org/10.1016/j.iswa.2021.200054},
url = {https://www.sciencedirect.com/science/article/pii/S2667305321000430},
year={2021}
}
You can download the code by:
git clone https://github.com/gabrieldgf4/disparity-computation-framework.git
cd disparity-computation-framework
Examples of how to run the program can be found in DCF/test.
The files test1.m to test10.m show different uses of the program.
For example, when the test4.m file is run, the following response can be obtained:
The program is developed and being maintained by Gabriel Vieira (gabriel.vieira@ifgoiano.edu.br).