This project contains an implementation fo the sharpening and over-sharpening filter.
Two kernels was developed based on the Sobel and Emboss filters and the identity and edge detection kernels.
To install all dependecies, only run
make installTo test if you've got all modules installed, only run
make testand the version of each module will be shown.
To build the project, only run
make buildTo run the project
make runNote: No need to run the command make build before this.
It will build automatically the project if the built is not found.
To remove all builts and temp files, only run
make cleanTo remove all installed package, only run
make uninstall