Skip to content

Implementation of a patch-based Inpainting algorithm as part of an image processing project in Télécom Paris.

Notifications You must be signed in to change notification settings

GabFrancon/Inpainting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inpainting

This in an implementation of the article Region Filling and Object Removal by Exemplar-Based Image Inpainting dealing with a patch-based method for image inpainting (replacing a part of the image by filling it in a coherent way). This project is part of the Image processing course at Télécom Paris (IMA201).

You can find full report of the projet here (only in french).



Running the program

Place yourself in the "inpainting" directory, then execute :

python Code/main.py -i [path/to/image] -m [path/to/mask] -o [path/to/output/image]


By default, python Code/main.py will take Image.png and Mask.png in Data folder, and then save output image as Output.png in the same folder.


Examples


About

Implementation of a patch-based Inpainting algorithm as part of an image processing project in Télécom Paris.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages