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>>
Image
s that are processable by
SinglebandImageProcessor
s.Modifier and Type | Method and Description |
---|---|
I |
process(SinglebandImageProcessor<T,S> p)
Process with the given
SinglebandImageProcessor returning a
new image. |
I |
processInplace(SinglebandImageProcessor<T,S> p)
Process with the given
SinglebandImageProcessor storing 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