Skip to content

ErickOF/CE4301-Image-Sharpening-NASM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Computer Architecture I - Image Sharpening

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.

Dependencies

Commands

Instalation

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.

Build

To build the project, only run

make build

Run

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.

Clean

To remove all builts and temp files, only run

make clean

Uninstall

To remove all installed package, only run

make uninstall