T
- The pixel type that is processedS
- The image type of the underlying single band imagesI
- The image type that is processedpublic static interface SinglebandKernelProcessor.Processable<T,S extends Image<T,S>,I extends Image<?,I>>
Modifier and Type | Method and Description |
---|---|
I |
process(SinglebandKernelProcessor<T,S> p) |
I |
process(SinglebandKernelProcessor<T,S> p,
boolean pad) |
I |
processInplace(SinglebandKernelProcessor<T,S> p) |
I |
processInplace(SinglebandKernelProcessor<T,S> p,
boolean pad) |
I process(SinglebandKernelProcessor<T,S> p)
p
- the processorImage.process(KernelProcessor)
I processInplace(SinglebandKernelProcessor<T,S> p)
p
- the processorImage.process(KernelProcessor)
I process(SinglebandKernelProcessor<T,S> p, boolean pad)
p
- the processorpad
- Should the image be zero padded so the
kernel reaches the edges of the outputImage.process(KernelProcessor, boolean)
I processInplace(SinglebandKernelProcessor<T,S> p, boolean pad)
p
- the processorpad
- Should the image be zero padded so the
kernel reaches the edges of the outputImage.processInplace(KernelProcessor, boolean)