Interface | Description |
---|---|
Inpainter<IMAGE extends Image<?,IMAGE>> |
Interface defining an implementation of an inpainting algorithm.
|
Class | Description |
---|---|
AbstractFMMInpainter<IMAGE extends Image<?,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>> |
Abstract base class for inpainting algorithms based on the Fast Marching
Method (FMM) for selecting the order of pixels to paint.
|
AbstractImageMaskInpainter<IMAGE extends Image<?,IMAGE>> |
Abstract base for
Inpainter implementations that consume a mask image
(rather than connected components or pixel sets). |
TeleaInpainting<IMAGE extends Image<?,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>> |
Implementation of Alexandru Telea's FMM-based inpainting algorithm.
|