| Package | Description |
|---|---|
| org.openimaj.image.analysis.pyramid | |
| org.openimaj.image.analysis.pyramid.gaussian |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OctaveProcessor<OCTAVE extends Octave<?,?,IMAGE>,IMAGE extends Image<?,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>>
The OctaveProcessor interface defines an object that
is capable performing work on an octave.
|
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.
|
class |
PyramidOptions<OCTAVE extends Octave<?,?,IMAGE>,IMAGE extends Image<?,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>>
Basic options for constructing a pyramid
|
| Modifier and Type | Class and Description |
|---|---|
class |
GaussianOctave<IMAGE extends Image<?,IMAGE> & SinglebandImageProcessor.Processable<Float,FImage,IMAGE>>
This class represents a Gaussian octave in the style of Lowe's SIFT paper.
|