Skip to content

Aquila042/ImageRestoration

Repository files navigation

ImageRestoration

Project for FytN03 module B.

Restore "graffitied" images with numerical PDEs.

Requirements:

Check requirements.txt

or let pip handle it:

pip install -r requirements.txt

Laplace equation

Masks can be loaded as images with: white as saved pixels and black as masked pixels.

The Laplace equation is solved through both FDM and FEM, in SOR.py and FEM.py respectively

Examples:

FDM_Example.py

FEM_Example.py

Anisotropic diffusion

In AnisotropicDiffusion.py there is an example of solving the Laplace equation with FEM, followed by anisotropic diffusion.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages