HSI-PROCESSING / README.md
README.md
Raw

HSI-PROCESSING

This repository contains the code used to test several data processing scenarios.

livetests.py is the Python script that captures images and uses the three scenarios to process the data.

  • The implementation of scenario A is located in livetests.py.
  • The implementation of scenario B is located in pybind/serialcalc.cc.
  • The implementation of scenario C is located in src/source.cl.

In scenario C, a C++ layer is used to call the OpenCL C++ API, which can be seen in pybind-wrapper.cc.