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, setOptions
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
analyseImage
forEach, iterator, spliterator
public GaussianPyramid(GaussianPyramidOptions<I> options)
options
- the optionspublic void process(I img)
Pyramid
process
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.