OCTAVE - Type of octave being processedIMAGE - Type of underlying imagepublic interface OctaveProcessor<OCTAVE extends Octave<?,?,IMAGE>,IMAGE extends Image<?,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>>
| Modifier and Type | Method and Description |
|---|---|
void |
process(OCTAVE octave)
Process the provided octave.
|