public interface AccumulatingImageCombiner<INPUT extends Image<?,INPUT>,OUTPUT extends Image<?,OUTPUT>>
Modifier and Type | Method and Description |
---|---|
void |
accumulate(INPUT image)
Perform processing that combines the two images into
a single image.
|
OUTPUT |
combine()
Combine the accumulated images and produce the output.
|
void accumulate(INPUT image)
image
- the first image