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

Project for the 2021/2022 unibo course 02023

Notifications You must be signed in to change notification settings

specialfish9/image-deblur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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