Edge detection filter (kernel) using parallel computing in C
- Download branch
develop
$ git clone --single-branch --branch=develop https://github.com/LuisMBaezCo/edge-detection-kernel-parallel.git
- Give Execution permission
$ cd edge-detection-kernel-parallel
$ sudo chmod 777 run.sh
$ ./run.sh --init
$ ./run.sh
or for debugging
$ ./run.sh --debug