| Package | Description |
|---|---|
| org.openimaj.image.analysis.pyramid |
| Modifier and Type | Field and Description |
|---|---|
protected OctaveProcessor<OCTAVE,IMAGE> |
PyramidOptions.octaveProcessor
An OctaveProcessor to apply to each octave of the pyramid.
|
| Modifier and Type | Method and Description |
|---|---|
OctaveProcessor<OCTAVE,IMAGE> |
PyramidOptions.getOctaveProcessor()
Get an OctaveProcessor to apply to each octave of the pyramid or null
if none is set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PyramidOptions.setOctaveProcessor(OctaveProcessor<OCTAVE,IMAGE> octaveProcessor)
Get an OctaveProcessor to apply to each octave of the pyramid.
|