public class FImageBackgroundLearner extends Object implements ImageProcessor<FImage>
| Constructor and Description |
|---|
FImageBackgroundLearner() |
| Modifier and Type | Method and Description |
|---|---|
FImage |
getBackground() |
void |
processImage(FImage image)
Process an image.
|
boolean |
ready() |
void |
relearn() |
public FImageBackgroundLearner()
public void relearn()
public void processImage(FImage image)
ImageProcessorImage.internalAssign(Image).processImage in interface ImageProcessor<FImage>image - The image to process in place.public boolean ready()
public FImage getBackground()