/inpaint

Working towards a python implementation of image completion.

Primary LanguagePython

inpaint

Messing around trying to implement the image completion algorithm in Kaiming He and Jian Sun, Statistics of Patch Offsets for Image Completion.

Previous work that almost worked is primarily in the pyinpaint.ipynb ipython notebook and relies on gco_python with my added cut_inpaint method.