I1
- Type of first Image
I2
- Type of second Image
O
- Output type of combined Image
public interface ImageCombiner<I1 extends Image<?,I1>,I2 extends Image<?,I2>,O extends Image<?,O>>
Modifier and Type | Method and Description |
---|---|
O |
combine(I1 firstImage,
I2 secondImage)
Perform processing that combines the two images into
a single image.
|