cor3bit / object-removal

Implementation of the object removal algorithm
MIT License
0 stars 0 forks source link

Object removal experiments

Light-weight (and sort of hackish) replication of the algorithms described in the paper Object Removal by Exemplar-Based Inpainting by Criminisi, Perez and Toyama.

Requirements

To install requirements:

pip install -r requirements.txt

Usage

To run the algorithm:

python runner.py

Results

Results for input image 1:

Input Image Output Image

Results for input image 2:

Input Image Output Image

Results for input image 3:

Input Image Output Image