Introduction
The documentation page for 4th year IITP-ETRI project (Light Field). The page contain documentation for data structure and function used in the project. The detailed explanation are only available in each header file.
Files
Main Library Code
- denseUNet.py
- lf_func.py
- ocl.h
- mainwindow.h
- main.h
Utility Code
- datasetPreprocess.py
- LF_to_SAIs.py
- lf_utils.py
- SAIs_to_LF.py
- shift_test.py
- simple_util.py
OpenCL Kernel Code
- wmf.cl The OpenCL kernel code. This file contain
- wta_lf.cl The OpenCL kernel code. This file contain
- lf_util_kernel.cl The OpenCL kernel code. This file contain
- constrained_adaptive_entropy.cl The OpenCL kernel code. This file contain
- cae_half.cl The OpenCL kernel code. This file contain
Libraries
- OpenCL 1.2.0 for the GPGPU parallelization
- OpenCV 3.4.5 to handle the I/O process
- Qt 5.0.0 for the UI
Environment
Visual Studio 2017
Windows 10