- Type Parameters:
I1
- Type of first Image
I2
- Type of second Image
O
- Output type of combined Image
- All Known Implementing Classes:
- CIEDE2000, NonMaximumSuppression, NonMaximumSuppressionTangent
public interface ImageCombiner<I1 extends Image<?,I1>,I2 extends Image<?,I2>,O extends Image<?,O>>
Interface for classes capable of combining two images into one.
- Author:
- Jonathon Hare (jsh2@ecs.soton.ac.uk)