An open API service indexing awesome lists of open source software.

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

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}
}
```