| Package | Description |
|---|---|
| org.openimaj.image.analysis.pyramid | |
| org.openimaj.image.analysis.pyramid.gaussian |
| Modifier and Type | Method and Description |
|---|---|
void |
PyramidProcessor.process(GaussianPyramid<IMAGE> pyramid)
Process the given pyramid.
|
| Constructor and Description |
|---|
GaussianOctave(GaussianPyramid<IMAGE> parent,
float octaveSize)
Construct a Gaussian octave with the provided parent Pyramid and
octaveSize.
|