First clone the git repository and then execute this command in your terminal:
make
To execute the sobel filter run this command:
make test-sobel
To execute the sharpen filter run this command:
make test-sharpen
When the menu appears you must select path of the image or video in the options 1 and 3. The path is:
img/<file_name>
Finally, to remove the directories obj and exec run this command:
make clean