https://github.com/vreshniak/feature-driven-exemplar-inpainting
A Nonlocal Feature-Driven Exemplar-Based Approach For Image Inpainting
https://github.com/vreshniak/feature-driven-exemplar-inpainting
exemplar-based-image-inpainting image-inpainting nonlocal-inpainting
Last synced: 12 days ago
JSON representation
A Nonlocal Feature-Driven Exemplar-Based Approach For Image Inpainting
- Host: GitHub
- URL: https://github.com/vreshniak/feature-driven-exemplar-inpainting
- Owner: vreshniak
- License: mit
- Created: 2020-07-16T04:13:06.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-09T17:40:49.000Z (over 4 years ago)
- Last Synced: 2023-03-01T20:05:33.596Z (about 2 years ago)
- Topics: exemplar-based-image-inpainting, image-inpainting, nonlocal-inpainting
- Language: Python
- Homepage:
- Size: 1.42 MB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Nonlocal Feature-Driven Exemplar-Based Approach For Image Inpainting
### [arXiv](https://arxiv.org/abs/1909.09301) | [paper](https://epubs.siam.org/doi/abs/10.1137/20M1317864)This is the implementation of our paper on Feature-Driven Exemplar-Based image inpainting
## Requirements
gcc / clang## Installation
```
python -m pip install git+https://github.com/vreshniak/feature-driven-exemplar-inpainting.git
```## Citation
```
@article{reshniak2020nonlocal,
title={A nonlocal feature-driven exemplar-based approach for image inpainting},
author={Reshniak, Viktor and Trageser, Jeremy and Webster, Clayton G},
journal={SIAM Journal on Imaging Sciences},
volume={13},
number={4},
pages={2140--2168},
year={2020},
publisher={SIAM}
}
```