IMAGE
- Type of underlying imagepublic class GaussianOctave<IMAGE extends Image<?,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>> extends Octave<GaussianPyramidOptions<IMAGE>,GaussianPyramid<IMAGE>,IMAGE>
images, octaveSize, options, parentPyramid
Constructor and Description |
---|
GaussianOctave(GaussianPyramid<IMAGE> parent,
float octaveSize)
Construct a Gaussian octave with the provided parent Pyramid and
octaveSize.
|
Modifier and Type | Method and Description |
---|---|
IMAGE |
getNextOctaveImage()
Get the image that starts the next octave.
|
void |
process(IMAGE image)
Populate the octave, starting from the provided image.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public GaussianOctave(GaussianPyramid<IMAGE> parent, float octaveSize)
parent
- the pyramid that this octave belongs tooctaveSize
- the size of the octave relative to the original image.public void process(IMAGE image)
Octave
process
in class Octave<GaussianPyramidOptions<IMAGE extends Image<?,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>>,GaussianPyramid<IMAGE extends Image<?,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>>,IMAGE extends Image<?,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>>
image
- the image.public IMAGE getNextOctaveImage()
Octave
getNextOctaveImage
in class Octave<GaussianPyramidOptions<IMAGE extends Image<?,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>>,GaussianPyramid<IMAGE extends Image<?,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>>,IMAGE extends Image<?,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>>