/Inpainting

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

Primary LanguagePythonMIT LicenseMIT

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