November 2018
Intermediate to advanced
492 pages
12h 19m
English
Inpainting is the process of restoring damaged or missing parts of an image. Suppose we have a binary mask, D, that specifies the location of the damaged pixels in the input image, f, as shown here:

Once the damaged regions in the image are located with the mask, the lost/damaged pixels have to be reconstructed with some algorithm (for example, Total Variation Inpainting). The reconstruction is supposed to be performed fully automatically by exploiting the information presented in non-damaged regions.
In this example, we shall demonstrate an image inpainting implementation with scikit-image restoration module's inpaint_biharmonic() ...
Read now
Unlock full access