Package | Description |
---|---|
org.openimaj.image.analysis.pyramid | |
org.openimaj.image.analysis.pyramid.gaussian | |
org.openimaj.image.feature.local.engine |
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.
|
class |
Pyramid<OPTIONS extends PyramidOptions<OCTAVE,IMAGE>,OCTAVE extends Octave<OPTIONS,?,IMAGE>,IMAGE extends Image<?,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>>
An image pyramid consisting of a stack of octaves.
|
Modifier and Type | Field and Description |
---|---|
protected OPTIONS |
Pyramid.options
Options for the pyramid
|
OPTIONS |
Octave.options
The options used for the pyramid construction
|
Modifier and Type | Class and Description |
---|---|
class |
GaussianPyramidOptions<IMAGE extends Image<?,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>>
Options for constructing a Gaussian pyramid in the style of Lowe's SIFT
paper.
|
Modifier and Type | Class and Description |
---|---|
class |
DoGSIFTEngineOptions<IMAGE extends Image<?,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>>
Options for controlling SIFT feature localisation and extraction.
|