资 源 简 介
# Image Inpainting
Implementation of exemplar-based image inpainting algorithm by Criminisi et al.
Requirements:
Python 2.7.9 or greater
Cython 0.22 or greater
NumPy for Python 2
SciPy for Python 2
Matplotlib for Python 2
wxPython 3.0.0 or higher
#### Instructions
![1](instruction-pics/1.png)
Run the program to open the GUI.
![2](instruction-pics/2.png)
Enter the patch size. By default, it is 9. The patch size must be odd.
![3](instruction-pics/3.png)
Select option to apply Gaussian filtering prior to computing the image gradients and choose sigma value.
![4](instruction-pics/4.png)
Load the imag