Package | Description |
---|---|
org.openimaj.image.analysis.pyramid | |
org.openimaj.image.analysis.pyramid.gaussian |
Modifier and Type | Class and Description |
---|---|
class |
Octave<OPTIONS extends PyramidOptions<?,IMAGE>,PYRAMID extends Pyramid<OPTIONS,?,IMAGE>,IMAGE extends Image<?,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>>
An octave is an interval in scale space, typically corresponding to a
doubling of sigma.
|
Modifier and Type | Field and Description |
---|---|
PYRAMID |
Octave.parentPyramid
The pyramid that contains this Octave
|
Modifier and Type | Class and Description |
---|---|
class |
GaussianPyramid<I extends Image<?,I> & SinglebandImageProcessor.Processable<Float,FImage,I>>
A Gaussian image pyramid consisting of a stack of octaves where the image
halves its size.
|