I - Type of underlying imagepublic class GaussianPyramid<I extends Image<?,I> & SinglebandImageProcessor.Processable<Float,FImage,I>> extends Pyramid<GaussianPyramidOptions<I>,GaussianOctave<I>,I> implements ImageAnalyser<I>, Iterable<GaussianOctave<I>>
| Constructor and Description |
|---|
GaussianPyramid(GaussianPyramidOptions<I> options)
Construct a Pyramid with the given options.
|
| Modifier and Type | Method and Description |
|---|---|
void |
process(I img)
Process the image and construct a pyramid applying any specified
OctaveProcessor and/or PyramidProcessor along the way.
|
analyseImage, getOctaves, getOptions, iterator, setOptionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitanalyseImageforEach, iterator, spliteratorpublic GaussianPyramid(GaussianPyramidOptions<I> options)
options - the optionspublic void process(I img)
Pyramidprocess in class Pyramid<GaussianPyramidOptions<I extends Image<?,I> & SinglebandImageProcessor.Processable<Float,FImage,I>>,GaussianOctave<I extends Image<?,I> & SinglebandImageProcessor.Processable<Float,FImage,I>>,I extends Image<?,I> & SinglebandImageProcessor.Processable<Float,FImage,I>>img - image to build pyramid from.