IMAGE
- The type of image that this processor can process@Reference(type=Inproceedings, author={"Efros, Alexei A.","Leung, Thomas K."}, title="Texture Synthesis by Non-Parametric Sampling", year="1999", booktitle="Proceedings of the International Conference on Computer Vision-Volume 2 - Volume 2", pages="1033", url="http://dl.acm.org/citation.cfm?id=850924.851569", publisher="IEEE Computer Society", series="ICCV \'99", customData={"isbn","0-7695-0164-8","acmid","851569","address","Washington, DC, USA"}) public class EfrosLeungInpainter<IMAGE extends Image<?,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>> extends AbstractImageMaskInpainter<IMAGE>
mask
Constructor and Description |
---|
EfrosLeungInpainter(int windowSize) |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
protected void |
performInpainting(FImage image) |
protected void |
performInpainting(IMAGE image)
Perform the inpainting of the given image
|
initMask, processImage, setMask, setMask, setMask
public EfrosLeungInpainter(int windowSize)
protected void performInpainting(IMAGE image)
AbstractImageMaskInpainter
performInpainting
in class AbstractImageMaskInpainter<IMAGE extends Image<?,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>>
image
- the image to inpaintprotected void performInpainting(FImage image)
public static void main(String[] args) throws IOException
IOException