Package | Description |
---|---|
org.openimaj.image.processing.restoration.inpainting | |
org.openimaj.workinprogress |
Modifier and Type | Class and Description |
---|---|
class |
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.
|
class |
AbstractImageMaskInpainter<IMAGE extends Image<?,IMAGE>>
Abstract base for
Inpainter implementations that consume a mask image
(rather than connected components or pixel sets). |
class |
TeleaInpainting<IMAGE extends Image<?,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>>
Implementation of Alexandru Telea's FMM-based inpainting algorithm.
|
Modifier and Type | Class and Description |
---|---|
class |
EfrosLeungInpainter<IMAGE extends Image<?,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>>
FIXME: Finish implementation (it works but is incredibly slow!)
|