Gui application for testing computer vision image processors.
Run the following script for installing the dependencies:
sh conan_install.shRun the following command for downloading submodules:
git submodules update --initTo compile any target in the project, you can directly use CMake. Create a build directory manually and generate the Makefiles in it.
mkdir build && cd build
cmake ..
makeA pipeline configuration is needed in order to run the application. Please see the example included.
gui configuration.json