I - The concrete Image subclass.public class DoGOctave<I extends Image<?,I> & SinglebandImageProcessor.Processable<Float,FImage,I>> extends GaussianOctave<I> implements OctaveProcessor<GaussianOctave<I>,I>
images, octaveSize, options, parentPyramid| Constructor and Description |
|---|
DoGOctave(GaussianPyramid<I> parent,
float octSize)
Construct a Difference of Gaussian octave with the provided parent Pyramid
and octaveSize.
|
| Modifier and Type | Method and Description |
|---|---|
void |
process(GaussianOctave<I> octave)
Process the provided octave.
|
getNextOctaveImage, processclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic DoGOctave(GaussianPyramid<I> parent, float octSize)
parent - the pyramid that this octave belongs tooctSize - the size of the octave relative to
the original image.public void process(GaussianOctave<I> octave)
OctaveProcessorprocess in interface OctaveProcessor<GaussianOctave<I extends Image<?,I> & SinglebandImageProcessor.Processable<Float,FImage,I>>,I extends Image<?,I> & SinglebandImageProcessor.Processable<Float,FImage,I>>octave - the octave.