Skip to content

Python implementation of "Region Filling and Object Removal by Exemplar-Based Image Inpainting"

License

Notifications You must be signed in to change notification settings

S12P/Inpainting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inpainting

This python3 project is the implementation of this algorithm

I use the OpenCV library and Numpy.

If you want to do your own tests, the mask must be white and black, where the black area is the area to be replaced.


Ce projet réalisé en python3 est l'implémentation de cet algorithme

J'utilise la librairie OpenCV et Numpy.

Si vous voulez réaliser vos propres tests le masque doit être blanc et noir, où la zone noire est la zone a remplacer.


Compiler :

python3 inpainting.py image masque

Compiler avec votre propre taille de masque :

python3 inpainting.py image masque nb_de_pixel_dans_le_masque

About

Python implementation of "Region Filling and Object Removal by Exemplar-Based Image Inpainting"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages