T
- The type of pixel in the image that this processor can process.S
- The concrete subclass of the single band image that this processor
can process.public interface SinglebandImageProcessor<T,S extends Image<T,S>> extends ImageProcessor<S>
SingleBandImage
s.Modifier and Type | Interface and Description |
---|---|
static interface |
SinglebandImageProcessor.Processable<T,S extends Image<T,S>,I extends Image<?,I>>
An interface for
Image s that are processable by
SinglebandImageProcessor s. |
processImage