Collection of Image Processors to be tested using Panoramix.
- Catch2
- OpenCV
Run the following script for installing the dependencies:
sh conan_install.sh
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
TODO:
- Add more image processors.
- Unit testing.