Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 759 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 759 Bytes

Image processing

Execution instructions

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

Sobel filter example

Texto alternativo Texto alternativo

Sharpen filter example

Texto alternativo Texto alternativo