Introduction

inPYinting is a pure-Python library for image reconstruction, compiling some of the reconstruction methods present in literature.

Acknowledgements

Some of the methods considered in the library have been based on other implementations already made. In particular:

  • An implementation of the inpainting method based on Exemplar-Based, by Criminisi et al, that can be found here.

  • The implementation of different inpainting methods based on partial derivative equations, that can be found here.

Installation

To install the library, just run the following line of code. The library will be installed, as well as the different associated packages.

pip install inPYinting

Authorship

The library has been developed under the lines of research of the SCOPIA research group, in the University of the Balearic Islands.

The person in charge of maintaining the library is Marc Munar, Assistant Lecturer at the UIB. For more information, visit his curriculum or contact him at marc.munar@uib.es.

Last updated