Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Latest commit

 

History

History
29 lines (21 loc) · 259 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 259 Bytes

Image Deblur

Project for the 2020/2021 unibo course 02023.

Read the report for more details.

Usage

First run:

$ make install
$ make run

Otherwise:

$ make run

Clean the project:

$ make clean 

Test

$ make test