I - public class BasicBackgroundSubtract<I extends Image<?,I>> extends Object implements ImageProcessor<I>
| Constructor and Description |
|---|
BasicBackgroundSubtract()
Default constructor
|
BasicBackgroundSubtract(I background)
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
processImage(I image)
Process the input by subtracting the background
|
void |
setBackground(I background)
Set the background image
|
public BasicBackgroundSubtract()
public BasicBackgroundSubtract(I background)
background - public void setBackground(I background)
background - public void processImage(I image)
processImage in interface ImageProcessor<I extends Image<?,I>>image - The image to process in place.ImageProcessor.processImage(org.openimaj.image.Image)