Skip to content

icaroalvarez/cv-pipeline-gui

Repository files navigation

Panoramix QtWidget - Test playground for your image processors.

Gui application for testing computer vision image processors.

Class diagram

Installing external dependencies

Dependencies managed by conan

Run the following script for installing the dependencies:

sh conan_install.sh

Dependencies as git submodules

Run the following command for downloading submodules:

git submodules update --init

Other dependencies

Building the project

Using CMake

To 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 ..
make

Running the app

A pipeline configuration is needed in order to run the application. Please see the example included.

gui configuration.json

About

Qt Widget based GUI for interact with Panoramix

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published