Skip to content

icaroalvarez/image-processors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Processor Collection

Collection of Image Processors to be tested using Panoramix.

Installing external dependencies

Dependencies managed by conan

  • Catch2
  • OpenCV

Run the following script for installing the dependencies:

sh conan_install.sh

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

TODO:

  • Add more image processors.
  • Unit testing.

About

Image processors testable with Panoramix

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published