- OpenCV >= 3.41 (Installed with CUDA)
- Cmake >= 3.9
- CUDA 9.0
$ git clone https://github.com/marcelogdeandrade/ScatteringNetwork
$ cd src
$ mkdir build
$ cmake ..
$ make
To run the CPU Version
$ ./main
And the GPU Version
$ ./main_gpu
- Change the image size on
apply_filters
andapply_blur
functions - Change the image size on
get_images_to_features
function
Maintainers: Marcelo Andrade marceloga1@al.insper.edu.br
Tickets: Can be opened in Github Issues.
This project is licensed under MIT license - see LICENSE.md for more details.