Research and development of methods and filters, within the framework of the project "methods for improving image quality" of Semester 8 of the Ecole Centrale de Marseille.
In order to save all the resources generated among the execution of the program, it's necessary to create the following directories since the root directory:
> assets
> aditiveConvolutionalGaussianDegradationWienerReconstruction
> camera
> clock
> moon
> aditiveGaussianDegradationMedianReconstruction
> camera
> clock
> moon
In order to run the project, It's necesarry to install all the dependencies. You can do it with the followinw command:
pip install -r requirements.txt
To execute the program, please run the following command in your terminal:
python3 main.py
All the resources generated will be save in the folders created in the first point.