T - The type of pixel in the imageS - The concrete subclass of the single band imageI - The type of image that is returned after processingpublic static interface SinglebandImageProcessor.Processable<T,S extends Image<T,S>,I extends Image<?,I>>
Images that are processable by
 SinglebandImageProcessors.| Modifier and Type | Method and Description | 
|---|---|
| I | process(SinglebandImageProcessor<T,S> p)Process with the given  SinglebandImageProcessorreturning a
 new image. | 
| I | processInplace(SinglebandImageProcessor<T,S> p)Process with the given  SinglebandImageProcessorstoring the
 result in this processable image. | 
I process(SinglebandImageProcessor<T,S> p)
SinglebandImageProcessor returning a
 new image.p - The processor to process the image withI processInplace(SinglebandImageProcessor<T,S> p)
SinglebandImageProcessor storing the
 result in this processable image. Side-affects this processable
 image.p - The processor to process the image with