ZQPei / patchmatch_inpainting

Implementation of PatchMatch for image inpainting in cpp
Other
48 stars 10 forks source link
exemplar-based-image-inpainting inpainting opencv3 patchmatch

PatchMatch for inpainting

Introduction

This repository borrows most of the code from younesse-cv. However that repository is C style, which cannot be compiled using opencv 3.x. What I did is wrapping the code using opencv 3.x API in C++ style. Thanks zvezdochiot for suggestion.

Dependencies

How to use

Demo

mask masked image inpainting image using PatchMatch origin image

References

https://github.com/younesse-cv/PatchMatch