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 install
To test if you've got all modules installed, only run
make test
and the version of each module will be shown.
To build the project, only run
make build
To run the project
make run
Note: 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 clean
To remove all installed package, only run
make uninstall