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>
SingleBandImages.| Modifier and Type | Interface and Description |
|---|---|
static interface |
SinglebandImageProcessor.Processable<T,S extends Image<T,S>,I extends Image<?,I>>
An interface for
Images that are processable by
SinglebandImageProcessors. |
processImage