/disparity-computation-framework

It is a framework for disparity calculation and disparity map construction.

Primary LanguageC++GNU General Public License v2.0GPL-2.0

disparity_computation_framework

It is a framework for disparity calculation and disparity map construction.

This project presents the Disparity Computation Framework (DCF).

Citation

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}
}

Code

You can download the code by:

git clone https://github.com/gabrieldgf4/disparity-computation-framework.git
cd disparity-computation-framework 

Examples of use

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:

Authors and Contributors

The program is developed and being maintained by Gabriel Vieira (gabriel.vieira@ifgoiano.edu.br).